LICENSE.md
README.md
setup.py
serra/__init__.py
serra/aws.py
serra/base.py
serra/cli.py
serra/config.py
serra/config_parser.py
serra/databricks.py
serra/exceptions.py
serra/profile.py
serra/run.py
serra/spark.py
serra/tests.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/AggregateTransformer.json
serra/data/autocomplete/output/AmazonS3Reader.json
serra/data/autocomplete/output/AmazonS3Writer.json
serra/data/autocomplete/output/BigQueryReader.json
serra/data/autocomplete/output/BigQueryWriter.json
serra/data/autocomplete/output/CaseWhenTransformer.json
serra/data/autocomplete/output/CastColumnTransformer.json
serra/data/autocomplete/output/CoalesceTransformer.json
serra/data/autocomplete/output/CrossJoinTransformer.json
serra/data/autocomplete/output/DatabricksReader.json
serra/data/autocomplete/output/DatabricksWriter.json
serra/data/autocomplete/output/DateTruncTransformer.json
serra/data/autocomplete/output/DropColumnTransformer.json
serra/data/autocomplete/output/FilterTransformer.json
serra/data/autocomplete/output/GeoDistanceTransformer.json
serra/data/autocomplete/output/GetCountTransformer.json
serra/data/autocomplete/output/GetDistinctTransformer.json
serra/data/autocomplete/output/GetMaxOrMinTransformer.json
serra/data/autocomplete/output/ImputeTransformer.json
serra/data/autocomplete/output/JoinTransformer.json
serra/data/autocomplete/output/JoinWithConditionTransformer.json
serra/data/autocomplete/output/LocalReader.json
serra/data/autocomplete/output/LocalWriter.json
serra/data/autocomplete/output/MapTransformer.json
serra/data/autocomplete/output/MultiJoinTransformer.json
serra/data/autocomplete/output/MultipleCaseWhenTransformer.json
serra/data/autocomplete/output/OrderByTransformer.json
serra/data/autocomplete/output/PivotTransformer.json
serra/data/autocomplete/output/RenameColumnTransformer.json
serra/data/autocomplete/output/SQLTransformer.json
serra/data/autocomplete/output/SelectTransformer.json
serra/data/autocomplete/output/SnowflakeReader.json
serra/data/autocomplete/output/SnowflakeWriter.json
serra/data/autocomplete/output/WindowTransformer.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/bigquery.json
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/BigQuery.yml
serra/data/workspace_example/jobs/CloudDemo.yml
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/jobs/S3.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/bigquery_reader.py
serra/readers/bigquery_spark_reader.py
serra/readers/databricks_reader.py
serra/readers/local_reader.py
serra/readers/reader.py
serra/readers/snowflaker_reader.py
serra/runners/ExecutionGraph.py
serra/runners/__init__.py
serra/runners/graph_runner.py
serra/runners/monitor.py
serra/transformers/__init__.py
serra/transformers/add_column_transformer.py
serra/transformers/aggregate_transformer.py
serra/transformers/case_when_transformer.py
serra/transformers/cast_columns_transformer.py
serra/transformers/coalesce_transformer.py
serra/transformers/cross_join_transformer.py
serra/transformers/date_trunc_transformer.py
serra/transformers/drop_columns_transformer.py
serra/transformers/filter_transformer.py
serra/transformers/geo_distance_transformer.py
serra/transformers/get_count_transformer.py
serra/transformers/get_distinct_transformer.py
serra/transformers/get_max_or_min_transformer.py
serra/transformers/impute_transformer.py
serra/transformers/join_transformer.py
serra/transformers/join_with_condition_transformer.py
serra/transformers/map_transformer.py
serra/transformers/multi_join_transformer.py
serra/transformers/multiple_case_when_transformer.py
serra/transformers/order_by_transformer.py
serra/transformers/pivot_transformer.py
serra/transformers/rename_column_transformer.py
serra/transformers/select_transformer.py
serra/transformers/sql_transformer.py
serra/transformers/transformer.py
serra/transformers/window_transformer.py
serra/translate_module/__init__.py
serra/translate_module/clean.py
serra/translate_module/translate_client.py
serra/writers/__init__.py
serra/writers/amazon_writer.py
serra/writers/bigquery_spark_writer.py
serra/writers/bigquery_writer.py
serra/writers/databricks_writer.py
serra/writers/local_writer.py
serra/writers/snowflake_writer.py
serra/writers/writer.py