Skip to content

Commit

Permalink
Revert "Update BQ schema and bump airflow/dbt images (#435)"
Browse files Browse the repository at this point in the history
This reverts commit 27f5a2c.
  • Loading branch information
chowbao authored Jul 22, 2024
1 parent 8a62b01 commit 2006d90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"partnership_assets__account_holders_activity_fact": false,
"partnership_assets__asset_activity_fact": false
},
"dbt_image_name": "stellar/stellar-dbt:c37ade6",
"dbt_image_name": "stellar/stellar-dbt:3e34e0e",
"dbt_internal_source_db": "test-hubble-319619",
"dbt_internal_source_schema": "test_crypto_stellar_internal",
"dbt_job_execution_timeout_seconds": 300,
Expand Down Expand Up @@ -154,7 +154,7 @@
},
"gcs_exported_data_bucket_name": "us-central1-test-hubble-2-5f1f2dbf-bucket",
"gcs_exported_object_prefix": "dag-exported",
"image_name": "stellar/stellar-etl:741ee9b",
"image_name": "stellar/stellar-etl:ab57fa4",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
4 changes: 2 additions & 2 deletions airflow_variables_prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"partnership_assets__asset_activity_fact": false,
"trade_agg": false
},
"dbt_image_name": "stellar/stellar-dbt:c37ade6",
"dbt_image_name": "stellar/stellar-dbt:3e34e0e",
"dbt_internal_source_db": "hubble-261722",
"dbt_internal_source_schema": "crypto_stellar_internal_2",
"dbt_job_execution_timeout_seconds": 1800,
Expand Down Expand Up @@ -155,7 +155,7 @@
},
"gcs_exported_data_bucket_name": "us-central1-hubble-14c4ca64-bucket",
"gcs_exported_object_prefix": "dag-exported",
"image_name": "stellar/stellar-etl:741ee9b",
"image_name": "stellar/stellar-etl:ab57fa4",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
2 changes: 1 addition & 1 deletion schemas/trust_lines_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"mode": "NULLABLE",
"name": "asset_type",
"type": "STRING"
"type": "INTEGER"
},
{
"mode": "NULLABLE",
Expand Down

0 comments on commit 2006d90

Please sign in to comment.