Skip to content

Commit

Permalink
Merge branch 'master' into feature/add_check_for_dbt_transient_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
edualvess committed Jul 9, 2024
2 parents 679a8c8 + b988866 commit 451e23b
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow_variables_dev.json
Original file line number Diff line number Diff line change
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:8d5e683",
"image_name": "stellar/stellar-etl:b3fb467",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
2 changes: 1 addition & 1 deletion airflow_variables_prod.json
Original file line number Diff line number Diff line change
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:8d5e683",
"image_name": "stellar/stellar-etl:b3fb467",
"image_output_path": "/etl/exported_data/",
"image_pull_policy": "IfNotPresent",
"k8s_namespace": "hubble-composer",
Expand Down
27 changes: 27 additions & 0 deletions schemas/claimable_balances_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,33 @@
"mode": "NULLABLE",
"name": "abs_before_epoch",
"type": "INTEGER"
},
{
"fields": [
{
"mode": "NULLABLE",
"name": "abs_before",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "rel_before",
"type": "INTEGER"
},
{
"mode": "NULLABLE",
"name": "unconditional",
"type": "BOOLEAN"
},
{
"mode": "NULLABLE",
"name": "abs_before_epoch",
"type": "INTEGER"
}
],
"mode": "REPEATED",
"name": "or",
"type": "RECORD"
}
],
"mode": "REPEATED",
Expand Down
27 changes: 27 additions & 0 deletions schemas/history_effects_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,33 @@
"mode": "NULLABLE",
"name": "abs_before_epoch",
"type": "INTEGER"
},
{
"fields": [
{
"mode": "NULLABLE",
"name": "abs_before",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "rel_before",
"type": "INTEGER"
},
{
"mode": "NULLABLE",
"name": "unconditional",
"type": "BOOLEAN"
},
{
"mode": "NULLABLE",
"name": "abs_before_epoch",
"type": "INTEGER"
}
],
"mode": "REPEATED",
"name": "or",
"type": "RECORD"
}
],
"mode": "REPEATED",
Expand Down
27 changes: 27 additions & 0 deletions schemas/history_operations_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,33 @@
"mode": "NULLABLE",
"name": "abs_before_epoch",
"type": "INTEGER"
},
{
"fields": [
{
"mode": "NULLABLE",
"name": "abs_before",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "rel_before",
"type": "INTEGER"
},
{
"mode": "NULLABLE",
"name": "unconditional",
"type": "BOOLEAN"
},
{
"mode": "NULLABLE",
"name": "abs_before_epoch",
"type": "INTEGER"
}
],
"mode": "REPEATED",
"name": "or",
"type": "RECORD"
}
],
"mode": "REPEATED",
Expand Down

0 comments on commit 451e23b

Please sign in to comment.