You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/fbertsch/repos/bigquery-etl/bigquery_etl/cli/query.py", line 725, in backfill
partitioning_type = metadata.bigquery.time_partitioning.type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'type'
Looking through the code, we hardcode the partitioning spec in several places (it requires daily or monthly in both backfill and _backfill_query.
The table
fenix_derived.client_adclicks_history_v1
is not partitioned, but I would like to backfill it by-day:However the above fails with:
Looking through the code, we hardcode the partitioning spec in several places (it requires daily or monthly in both
backfill
and_backfill_query
.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: