LICENSE
README.md
setup.py
apache_airflow_providers_fastetl.egg-info/PKG-INFO
apache_airflow_providers_fastetl.egg-info/SOURCES.txt
apache_airflow_providers_fastetl.egg-info/dependency_links.txt
apache_airflow_providers_fastetl.egg-info/entry_points.txt
apache_airflow_providers_fastetl.egg-info/requires.txt
apache_airflow_providers_fastetl.egg-info/top_level.txt
fastetl/__init__.py
fastetl/data_types.py
fastetl/custom_functions/__init__.py
fastetl/custom_functions/config.py
fastetl/custom_functions/copy_db_extensions.py
fastetl/custom_functions/fast_etl.py
fastetl/custom_functions/patchwork.py
fastetl/custom_functions/samba_services.py
fastetl/custom_functions/utils/__init__.py
fastetl/custom_functions/utils/create_table.py
fastetl/custom_functions/utils/date.py
fastetl/custom_functions/utils/db_connection.py
fastetl/custom_functions/utils/encode_html.py
fastetl/custom_functions/utils/get_table_cols_name.py
fastetl/custom_functions/utils/load_env_var.py
fastetl/custom_functions/utils/load_info.py
fastetl/custom_functions/utils/odf_tables.py
fastetl/custom_functions/utils/string_formatting.py
fastetl/custom_functions/utils/table_comments.py
fastetl/custom_functions/utils/config/__init__.py
fastetl/custom_functions/utils/config/types_mapping.yml
fastetl/hooks/__init__.py
fastetl/hooks/ckan_hook.py
fastetl/hooks/dadosgovbr_hook.py
fastetl/hooks/db_to_db_hook.py
fastetl/hooks/gsheet_hook.py
fastetl/hooks/osrm_hook.py
fastetl/operators/__init__.py
fastetl/operators/datapackage_to_datadictionary_operator.py
fastetl/operators/db_to_csv_operator.py
fastetl/operators/db_to_db_operator.py
fastetl/operators/gsheet_operator.py
fastetl/operators/osrm_distance_operator.py
tests/test_db_connection.py
tests/test_db_to_db_operator.py
tests/test_odf_tables.py
tests/test_osrm.py
tests/test_sync_db_2_db.py