Skip to content

Commit

Permalink
feat: add airflow orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Jan 24, 2025
1 parent 4d75199 commit d8d01d7
Show file tree
Hide file tree
Showing 7 changed files with 2,650 additions and 0 deletions.
1 change: 1 addition & 0 deletions meltano/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/venv
/.meltano
.env
**/__pycache__/
13 changes: 13 additions & 0 deletions meltano/meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ environments:
password: password
- name: staging
- name: prod
jobs:
- name: tap-postgres-to-target-bigquery
tasks:
- tap-postgres target-bigquery
schedules:
- name: postgres-to-bigquery
interval: '@hourly'
job: tap-postgres-to-target-bigquery
plugins:
extractors:
- name: tap-postgres
Expand Down Expand Up @@ -54,3 +62,8 @@ plugins:
- name: project
env: DBT_BIGQUERY_PROJECT
value: lana-dev-440721
- name: airflow
variant: apache
pip_url: git+https://github.com/meltano/airflow-ext.git@main apache-airflow==2.8.1
--constraint
https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-no-providers-${MELTANO__PYTHON_VERSION}.txt
Loading

0 comments on commit d8d01d7

Please sign in to comment.