Skip to content

Commit

Permalink
add data lake variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cayod committed Oct 31, 2023
1 parent d7c77a7 commit 4884e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,6 @@
"columns_ohlc_currency": ["time", "open", "high", "low", "close"]
},
"currency_bucket": "currencies_ohlc",
"public_dbt_image_name": "stellar/stellar-dbt:671afb6"
"public_dbt_image_name": "stellar/stellar-dbt:671afb6",
"ledger_transaction_data_lake_bucket_name": "ledger_transaction_data_lake"
}
1 change: 0 additions & 1 deletion dags/history_ledger_transaction_with_captive_core_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@
lt_export_task.task_id,
)


(time_task >> write_lt_stats >> lt_export_task >> lt_lake_export_task)

0 comments on commit 4884e9a

Please sign in to comment.