gitextract_p8z34sgi/ ├── .gitignore ├── LICENSE ├── README.md ├── _config.yml ├── etl/ │ ├── facebook_ads_to_redshift.py │ ├── github_to_redshift.py │ ├── google_analytics_to_redshift.py │ ├── hubspot_to_redshift.py │ ├── imap_to_redshift.py │ ├── marketo_to_redshift.py │ ├── mongo_to_redshift/ │ │ ├── collections/ │ │ │ ├── __init__.py │ │ │ ├── _collection_processing.py │ │ │ └── example_mongo_collection.json │ │ └── mongo_to_redshift.py │ ├── salesforce_to_redshift.py │ └── sftp_to_mongo.py ├── poc/ │ ├── dbt_example.py │ ├── dummy_sensor_example.py │ ├── dynamic_dag_example.py │ ├── imap_example.py │ ├── mailgun_validation_example.py │ ├── selenium_example.py │ └── singer_example.py └── system/ ├── dynamic_connection_creation.py └── rate_limit_reset.py