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
Hi Guys, I'm using megalista to upload some audiences from bigquery to google analytics data import.
Right now you're checking the column names in the data source in bigquery with the schema 'cd\d+', but it doesn't work when we upload the data into google analytics, since the data import only accept 'dimension\d+' schema.
So, my recommendation is to change in the script megalista_dataflow/data_sources/data_source.py, the line:
Hi Guys, I'm using megalista to upload some audiences from bigquery to google analytics data import.
Right now you're checking the column names in the data source in bigquery with the schema 'cd\d+', but it doesn't work when we upload the data into google analytics, since the data import only accept 'dimension\d+' schema.
So, my recommendation is to change in the script megalista_dataflow/data_sources/data_source.py, the line:
for:
Best,
Gibran
The text was updated successfully, but these errors were encountered: