Skip to content

Commit

Permalink
fix: users_user_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanBergenov committed Nov 9, 2024
1 parent e24b8d2 commit ad88e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cf/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def flatten_nested_tables(self):

tables = list(set(tables_config) & set(["users",
"users_user_properties",
"users_audiences"]))
"users_user_audiences"]))

return tables

Expand Down
2 changes: 1 addition & 1 deletion tools/pubsub_message_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# TESTING USERS
datasets_to_backfill = ["analytics_123456789"] # GA properties to backfill, "analytics_222460912"
backfill_range_start = datetime.datetime(2024, 10, 28)
backfill_range_start = datetime.datetime(2024, 11, 7)
backfill_range_end = datetime.datetime(2024, 11, 7) # datetime.datetime.today()

table_types = [
Expand Down

0 comments on commit ad88e56

Please sign in to comment.