-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create dag for soroban pipelines #248
Conversation
dags/soroban_tables_dag.py
Outdated
dag = DAG( | ||
"soroban_tables", | ||
default_args=get_default_dag_args(), | ||
start_date=datetime.datetime(2023, 9, 30), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will need to be whatever date the protocol upgrade for mainnet ends up being
airflow_variables_dev.json
Outdated
}, | ||
"dbt_image_name": "stellar/stellar-dbt:2ef9be7", | ||
"dbt_image_name": "chowbao/stellar-dbt:soroban2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update when https://github.com/stellar/stellar-dbt/pull/91 is built
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once merge conflicts are handled, PR is good to go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added DAG to run dbt soroban pipelines