LICENSE.md
README.md
setup.py
serra/__init__.py
serra/aws.py
serra/cli.py
serra/config.py
serra/config_parser.py
serra/databricks.py
serra/exceptions.py
serra/profile.py
serra/run.py
serra/tests.py
serra/translate_client.py
serra/utils.py
serra.egg-info/PKG-INFO
serra.egg-info/SOURCES.txt
serra.egg-info/dependency_links.txt
serra.egg-info/entry_points.txt
serra.egg-info/not-zip-safe
serra.egg-info/requires.txt
serra.egg-info/top_level.txt
serra/data/autocomplete/README.md
serra/data/autocomplete/gen_schemas.py
serra/data/autocomplete/inputs/specs.json
serra/data/autocomplete/output/AddColumnTransformer.json
serra/data/autocomplete/output/AmazonS3Reader.json
serra/data/autocomplete/output/AmazonS3Writer.json
serra/data/autocomplete/output/CaseWhenTransformer.json
serra/data/autocomplete/output/CastColumnTransformer.json
serra/data/autocomplete/output/DatabricksReader.json
serra/data/autocomplete/output/DatabricksWriter.json
serra/data/autocomplete/output/DropColumnTransformer.json
serra/data/autocomplete/output/GetCountTransformer.json
serra/data/autocomplete/output/JoinTransformer.json
serra/data/autocomplete/output/LocalReader.json
serra/data/autocomplete/output/LocalWriter.json
serra/data/autocomplete/output/MapTransformer.json
serra/data/autocomplete/output/PivotTransformer.json
serra/data/autocomplete/output/RenameColumnTransformer.json
serra/data/autocomplete/output/SelectTransformer.json
serra/data/autocomplete/output/SnowflakeWriter.json
serra/data/autocomplete/output/serra_yaml_schema.json
serra/data/autocomplete/templates/schema_template.json
serra/data/autocomplete/templates/transformer_template.json
serra/data/workspace_example/README.md
serra/data/workspace_example/profiles.yml
serra/data/workspace_example/examples/ratings.csv
serra/data/workspace_example/examples/sales.csv
serra/data/workspace_example/examples/states_to_abbreviation.json
serra/data/workspace_example/jobs/Demo.yml
serra/data/workspace_example/jobs/LocalExample.yml
serra/data/workspace_example/jobs/ReadExample.yml
serra/data/workspace_example/jobs/ReadJoinWrite.yml
serra/data/workspace_example/jobs/ReadMapWrite.yml
serra/data/workspace_example/jobs/ReadPivotWrite.yml
serra/data/workspace_example/sql/easy_demo.sql
serra/data/workspace_example/sql/hard_demo.sql
serra/readers/__init__.py
serra/readers/amazon_reader.py
serra/readers/databricks_reader.py
serra/readers/local_reader.py
serra/readers/reader.py
serra/readers/s3_reader.py
serra/readers/snowflaker_reader.py
serra/runners/ExecutionGraph.py
serra/runners/__init__.py
serra/runners/graph_runner.py
serra/transformers/__init__.py
serra/transformers/add_column_transformer.py
serra/transformers/case_when_transformer.py
serra/transformers/cast_columns_transformer.py
serra/transformers/drop_columns_transformer.py
serra/transformers/get_count_transformer.py
serra/transformers/join_transformer.py
serra/transformers/map_transformer.py
serra/transformers/pivot_transformer.py
serra/transformers/rename_column_transformer.py
serra/transformers/select_transformer.py
serra/transformers/transformer.py
serra/writers/__init__.py
serra/writers/amazon_writer.py
serra/writers/databricks_writer.py
serra/writers/local_writer.py
serra/writers/s3_writer.py
serra/writers/snowflake_writer.py
serra/writers/writer.py