Skip to content

Commit

Permalink
[Release] 66
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianfr committed Feb 7, 2024
1 parent b59ab4a commit ac5095b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"production": 1,
"customJson": "{\"lag\": 0, \"groupby_tags\": null, \"column_tags\": {}}",
"dependencies": [
"{\"name\": \"wait_for_{{ db }}.sample_team_sample_chaining_join_parent_join_ds\", \"spec\": \"{{ db }}.sample_team_sample_chaining_join_parent_join/ds={{ ds }}\", \"start\": \"2023-04-15\", \"end\": null}"
"{\"name\": \"wait_for_chronon_db.sample_team_sample_chaining_join_parent_join_ds\", \"spec\": \"chronon_db.sample_team_sample_chaining_join_parent_join/ds={{ ds }}\", \"start\": \"2023-04-15\", \"end\": null}"
],
"tableProperties": {
"sample_config_json": "{\"sample_key\": \"sample_value\"}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"customJson": "{\"check_consistency\": true, \"lag\": 0, \"additional_args\": {\"custom_arg\": \"custom_value\"}, \"additional_env\": {\"custom_env\": \"custom_env_value\"}, \"join_tags\": null, \"join_part_tags\": {}}",
"dependencies": [
"{\"name\": \"wait_for_sample_namespace.sample_table_group_by_ds\", \"spec\": \"sample_namespace.sample_table_group_by/ds={{ ds }}\", \"start\": \"2021-04-09\", \"end\": null}",
"{\"name\": \"wait_for_{{ db }}.sample_team_sample_chaining_join_parent_join_ds\", \"spec\": \"{{ db }}.sample_team_sample_chaining_join_parent_join/ds={{ ds }}\", \"start\": \"2023-04-15\", \"end\": null}"
"{\"name\": \"wait_for_chronon_db.sample_team_sample_chaining_join_parent_join_ds\", \"spec\": \"chronon_db.sample_team_sample_chaining_join_parent_join/ds={{ ds }}\", \"start\": \"2023-04-15\", \"end\": null}"
],
"tableProperties": {
"source": "chronon"
Expand Down Expand Up @@ -41,7 +41,7 @@
"production": 1,
"customJson": "{\"lag\": 0, \"groupby_tags\": null, \"column_tags\": {}}",
"dependencies": [
"{\"name\": \"wait_for_{{ db }}.sample_team_sample_chaining_join_parent_join_ds\", \"spec\": \"{{ db }}.sample_team_sample_chaining_join_parent_join/ds={{ ds }}\", \"start\": \"2023-04-15\", \"end\": null}"
"{\"name\": \"wait_for_chronon_db.sample_team_sample_chaining_join_parent_join_ds\", \"spec\": \"chronon_db.sample_team_sample_chaining_join_parent_join/ds={{ ds }}\", \"start\": \"2023-04-15\", \"end\": null}"
],
"tableProperties": {
"sample_config_json": "{\"sample_key\": \"sample_value\"}",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "0.0.65-SNAPSHOT"
version := "0.0.66"

0 comments on commit ac5095b

Please sign in to comment.