MANIFEST.in
README.md
setup.cfg
setup.py
version.py
dataproc_templates/__init__.py
dataproc_templates/base_template.py
dataproc_templates/template_name.py
dataproc_templates/bigquery/__init__.py
dataproc_templates/bigquery/bigquery_to_gcs.py
dataproc_templates/cassandra/__init__.py
dataproc_templates/cassandra/cassandra_to_bigquery.py
dataproc_templates/cassandra/cassandra_to_gcs.py
dataproc_templates/gcs/__init__.py
dataproc_templates/gcs/gcs_to_bigquery.py
dataproc_templates/gcs/gcs_to_bigtable.py
dataproc_templates/gcs/gcs_to_gcs.py
dataproc_templates/gcs/gcs_to_jdbc.py
dataproc_templates/gcs/gcs_to_mongo.py
dataproc_templates/gcs/text_to_bigquery.py
dataproc_templates/hbase/__init__.py
dataproc_templates/hbase/hbase_to_gcs.py
dataproc_templates/hive/__init__.py
dataproc_templates/hive/hive_to_bigquery.py
dataproc_templates/hive/hive_to_gcs.py
dataproc_templates/hive/util/__init__.py
dataproc_templates/hive/util/hive_ddl_extractor.py
dataproc_templates/jdbc/__init__.py
dataproc_templates/jdbc/jdbc_to_bigquery.py
dataproc_templates/jdbc/jdbc_to_gcs.py
dataproc_templates/jdbc/jdbc_to_jdbc.py
dataproc_templates/kafka/__init__.py
dataproc_templates/kafka/kafka_to_bq.py
dataproc_templates/kafka/kafka_to_gcs.py
dataproc_templates/mongo/__init__.py
dataproc_templates/mongo/mongo_to_gcs.py
dataproc_templates/redshift/__init__.py
dataproc_templates/redshift/redshift_to_gcs.py
dataproc_templates/s3/__init__.py
dataproc_templates/s3/s3_to_bigquery.py
dataproc_templates/snowflake/__init__.py
dataproc_templates/snowflake/snowflake_to_gcs.py
dataproc_templates/util/__init__.py
dataproc_templates/util/argument_parsing.py
dataproc_templates/util/template_constants.py
dataproc_templates/util/tracking.py
google_dataproc_templates.egg-info/PKG-INFO
google_dataproc_templates.egg-info/SOURCES.txt
google_dataproc_templates.egg-info/dependency_links.txt
google_dataproc_templates.egg-info/requires.txt
google_dataproc_templates.egg-info/top_level.txt
test/bigquery/__init__.py
test/bigquery/test_bigquery_to_gcs.py
test/cassandra/__init__.py
test/cassandra/test_cassandra_to_bq.py
test/cassandra/test_cassandra_to_gcs.py
test/gcs/__init__.py
test/gcs/test_gcs_to_bigquery.py
test/gcs/test_gcs_to_bigtable.py
test/gcs/test_gcs_to_gcs.py
test/gcs/test_gcs_to_jdbc.py
test/gcs/test_gcs_to_mongo.py
test/gcs/test_text_to_bigquery.py
test/hbase/__init__.py
test/hbase/test_hbase_to_gcs.py
test/hive/__init__.py
test/hive/test_hive_to_bigquery.py
test/hive/test_hive_to_gcs.py
test/hive/util/__init__.py
test/hive/util/test_hive_ddl_extractor.py
test/jdbc/__init__.py
test/jdbc/test_jdbc_to_bigquery.py
test/jdbc/test_jdbc_to_gcs.py
test/jdbc/test_jdbc_to_jdbc.py
test/mongo/__init__.py
test/mongo/test_mongo_to_gcs.py
test/redshift/__init__.py
test/redshift/test_redshift_to_gcs.py
test/s3/__init__.py
test/s3/test_s3_to_bigquery.py
test/util/__init__.py
test/util/test_argument_parsing.py