google_analytics_plugin
google_analytics_plugin copied to clipboard
This development preexists the one available in the `apache/airflow` repo operators for Google Analytics. But trying to keep the SSoT principle, can you try to merge this code with the...
In _GoogleAnalyticsReportingToS3Operator_ when we upload the [_ga_file_](https://github.com/airflow-plugins/google_analytics_plugin/blob/master/operators/google_analytics_reporting_to_s3_operator.py#L150) to s3 with S3Hook, we seem to have an incomplete file (with less records) uploaded other than as we had the content uploaded...
Uses the same code but outputs to a postgres db instead of s3 by leveraging the pandas.to_sql function
Someone can approve my PR to fix it?
``` Invalid requirement: 'google-api-core=1.2.1' = is not a valid operator. Did you mean == ? ```
Has anyone successfully authenticated to GA with Python 3? I can't get past errors such as: `2019-10-22T14:00:00+00:00 [running]> on host 13ae1e54de4e [2019-10-22 15:21:35,158] {{logging_mixin.py:95}} INFO - [[34m2019-10-22 15:21:35,156[0m] {{[34m__init__.py:[0m44}} WARNING[0m...
How about adding a setup.py to use pip for installing it in environments?