Skip to content
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

Merged
merged 16 commits into from
Feb 20, 2024
Merged

Conversation

chowbao
Copy link
Contributor

@chowbao chowbao commented Nov 9, 2023

Added DAG to run dbt soroban pipelines

@chowbao chowbao requested a review from a team as a code owner November 9, 2023 07:06
dag = DAG(
"soroban_tables",
default_args=get_default_dag_args(),
start_date=datetime.datetime(2023, 9, 30),
Copy link
Contributor

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

dags/soroban_tables_dag.py Outdated Show resolved Hide resolved
},
"dbt_image_name": "stellar/stellar-dbt:2ef9be7",
"dbt_image_name": "chowbao/stellar-dbt:soroban2",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@sydneynotthecity sydneynotthecity left a 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

Copy link
Contributor

@sydneynotthecity sydneynotthecity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

airflow_variables_dev.json Outdated Show resolved Hide resolved
dags/soroban_tables_dag.py Outdated Show resolved Hide resolved
@chowbao chowbao merged commit 91a00a4 into master Feb 20, 2024
4 checks passed
@amishas157 amishas157 deleted the create-dag-for-soroban-pipelines branch July 26, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants