.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
Makefile
README.md
mkdocs.yml
pytest.ini
setup.cfg
setup.py
.circleci/config.yml
.circleci/continue_config.yml
.circleci/get_scm_version.py
.circleci/install-prerequisites.sh
.circleci/manage-test-db.sh
.circleci/test_migration.sh
.circleci/update-pypirc.sh
.circleci/wait-for-db.sh
examples/__init__.py
examples/airflow/Dockerfile.template
examples/airflow/Makefile
examples/airflow/README.md
examples/airflow/__init__.py
examples/airflow/docker_compose_decorator.py
examples/airflow/requirements.txt
examples/airflow/dags/sqlmesh_integration.py
examples/airflow/spark_conf/hive-site.xml
examples/airflow/spark_conf/spark-defaults.conf
examples/custom_materializations/setup.py
examples/custom_materializations/custom_materializations/__init__.py
examples/custom_materializations/custom_materializations/custom_kind.py
examples/custom_materializations/custom_materializations/full.py
examples/ibis/config.yaml
examples/ibis/constants.py
examples/ibis/audits/.gitkeep
examples/ibis/audits/assert_positive_order_ids.sql
examples/ibis/data/.keep
examples/ibis/macros/.gitkeep
examples/ibis/macros/__init__.py
examples/ibis/models/.gitkeep
examples/ibis/models/full_model.sql
examples/ibis/models/ibis_full_model_python.py
examples/ibis/models/ibis_full_model_sql.py
examples/ibis/models/incremental_model.sql
examples/ibis/models/seed_model.sql
examples/ibis/seeds/.gitkeep
examples/ibis/seeds/seed_data.csv
examples/ibis/tests/.gitkeep
examples/multi/repo_1/config.yaml
examples/multi/repo_1/audits/.gitkeep
examples/multi/repo_1/macros/.gitkeep
examples/multi/repo_1/macros/__init__.py
examples/multi/repo_1/models/.gitkeep
examples/multi/repo_1/models/a.sql
examples/multi/repo_1/models/b.sql
examples/multi/repo_1/tests/.gitkeep
examples/multi/repo_2/config.yaml
examples/multi/repo_2/audits/.gitkeep
examples/multi/repo_2/macros/.gitkeep
examples/multi/repo_2/macros/__init__.py
examples/multi/repo_2/models/.gitkeep
examples/multi/repo_2/models/c.sql
examples/multi/repo_2/models/d.sql
examples/multi/repo_2/models/e.sql
examples/multi/repo_2/tests/.gitkeep
examples/multi_dbt/bronze/config.py
examples/multi_dbt/bronze/dbt_project.yml
examples/multi_dbt/bronze/profiles.yml
examples/multi_dbt/bronze/models/a.sql
examples/multi_dbt/bronze/models/b.sql
examples/multi_dbt/silver/config.py
examples/multi_dbt/silver/dbt_project.yml
examples/multi_dbt/silver/profiles.yml
examples/multi_dbt/silver/models/c.sql
examples/multi_dbt/silver/models/d.sql
examples/multi_dbt/silver/models/schema.yml
examples/multi_hybrid/dbt_repo/config.py
examples/multi_hybrid/dbt_repo/dbt_project.yml
examples/multi_hybrid/dbt_repo/profiles.yml
examples/multi_hybrid/dbt_repo/macros/round_dollars.sql
examples/multi_hybrid/dbt_repo/models/c.sql
examples/multi_hybrid/dbt_repo/models/d.sql
examples/multi_hybrid/dbt_repo/models/e.sql
examples/multi_hybrid/dbt_repo/models/schema.yml
examples/multi_hybrid/sqlmesh_repo/config.yaml
examples/multi_hybrid/sqlmesh_repo/models/a.sql
examples/multi_hybrid/sqlmesh_repo/models/b.sql
examples/sushi/__init__.py
examples/sushi/config.py
examples/sushi/external_models.yaml
examples/sushi/helper.py
examples/sushi/sqlmesh-requirements.lock
examples/sushi/audits/assert_item_price_above_zero.sql
examples/sushi/audits/items.sql
examples/sushi/audits/order_items.sql
examples/sushi/audits/raw_demographics.sql
examples/sushi/data/.keep
examples/sushi/external_models/prod.yaml
examples/sushi/external_models/model1/model1.yaml
examples/sushi/external_models/model2/model2.yaml
examples/sushi/macros/__init__.py
examples/sushi/macros/macros.py
examples/sushi/macros/macros.sql
examples/sushi/macros/utils.py
examples/sushi/metrics/metrics.sql
examples/sushi/models/active_customers.sql
examples/sushi/models/customer_revenue_by_day.sql
examples/sushi/models/customer_revenue_lifetime.sql
examples/sushi/models/customers.sql
examples/sushi/models/disabled.py
examples/sushi/models/disabled.sql
examples/sushi/models/items.py
examples/sushi/models/latest_order.sql
examples/sushi/models/marketing.sql
examples/sushi/models/order_items.py
examples/sushi/models/orders.py
examples/sushi/models/raw_marketing.py
examples/sushi/models/top_waiters.sql
examples/sushi/models/waiter_as_customer_by_day.sql
examples/sushi/models/waiter_names.sql
examples/sushi/models/waiter_revenue_by_day.sql
examples/sushi/models/waiters.py
examples/sushi/seeds/waiter_names.csv
examples/sushi/signals/__init__.py
examples/sushi/tests/test_customer_revenue_by_day.yaml
examples/sushi/tests/test_customer_revenue_lifetime.yaml
examples/sushi/tests/test_order_items.yaml
examples/sushi_dbt/.gitignore
examples/sushi_dbt/.user.yml
examples/sushi_dbt/__init__.py
examples/sushi_dbt/config.py
examples/sushi_dbt/dbt_project.yml
examples/sushi_dbt/profiles.yml
examples/sushi_dbt/analyses/.gitkeep
examples/sushi_dbt/macros/incremental.sql
examples/sushi_dbt/macros/log_value.sql
examples/sushi_dbt/models/customer_revenue_by_day.sql
examples/sushi_dbt/models/customers.sql
examples/sushi_dbt/models/schema.yml
examples/sushi_dbt/models/top_waiters.sql
examples/sushi_dbt/models/waiter_as_customer_by_day.sql
examples/sushi_dbt/models/waiter_revenue_by_day.sql
examples/sushi_dbt/models/waiter_revenue_by_day_v1.sql
examples/sushi_dbt/models/waiters.sql
examples/sushi_dbt/packages/customers/dbt_project.yml
examples/sushi_dbt/packages/customers/analyses/.gitkeep
examples/sushi_dbt/packages/customers/macros/current_engine.sql
examples/sushi_dbt/packages/customers/macros/distinct.sql
examples/sushi_dbt/packages/customers/models/schema.yml
examples/sushi_dbt/packages/customers/seeds/.gitkeep
examples/sushi_dbt/packages/customers/snapshots/.gitkeep
examples/sushi_dbt/packages/customers/tests/.gitkeep
examples/sushi_dbt/seeds/items.csv
examples/sushi_dbt/seeds/order_items.csv
examples/sushi_dbt/seeds/orders.csv
examples/sushi_dbt/seeds/properties.yml
examples/sushi_dbt/seeds/waiter_names.csv
examples/sushi_dbt/snapshots/.gitkeep
examples/sushi_dbt/tests/.gitkeep
examples/sushi_dbt/tests/assert_item_price_above_zero.sql
examples/sushi_dbt/tests/generic/less_than_amount.sql
examples/sushi_dlt/sushi_pipeline.py
examples/wursthall/__init__.py
examples/wursthall/config.yaml
examples/wursthall/audits/db/order_f.sql
examples/wursthall/macros/__init__.py
examples/wursthall/macros/macros.py
examples/wursthall/models/__init__.py
examples/wursthall/models/db/customer_d.sql
examples/wursthall/models/db/item_d.sql
examples/wursthall/models/db/order_f.py
examples/wursthall/models/db/order_item_f.sql
examples/wursthall/models/src/__init__.py
examples/wursthall/models/src/customer_details.py
examples/wursthall/models/src/menu_item_details.sql
examples/wursthall/models/src/order_item_details.py
examples/wursthall/models/src/shared.py
examples/wursthall/seeds/src/menu_item_details.csv
examples/wursthall/tests/test_customer_d.yaml
examples/wursthall/tests/test_order_item_f.yaml
pdoc/cli.py
pdoc/templates/module.html.jinja2
sqlmesh/.airflowignore
sqlmesh/__init__.py
sqlmesh/_version.py
sqlmesh/magics.py
sqlmesh/py.typed
sqlmesh.egg-info/PKG-INFO
sqlmesh.egg-info/SOURCES.txt
sqlmesh.egg-info/dependency_links.txt
sqlmesh.egg-info/entry_points.txt
sqlmesh.egg-info/requires.txt
sqlmesh.egg-info/top_level.txt
sqlmesh/cicd/__init__.py
sqlmesh/cicd/bot.py
sqlmesh/cicd/config.py
sqlmesh/cli/__init__.py
sqlmesh/cli/example_project.py
sqlmesh/cli/main.py
sqlmesh/cli/options.py
sqlmesh/core/__init__.py
sqlmesh/core/_typing.py
sqlmesh/core/console.py
sqlmesh/core/constants.py
sqlmesh/core/context.py
sqlmesh/core/context_diff.py
sqlmesh/core/dialect.py
sqlmesh/core/environment.py
sqlmesh/core/lineage.py
sqlmesh/core/loader.py
sqlmesh/core/macros.py
sqlmesh/core/node.py
sqlmesh/core/notification_target.py
sqlmesh/core/reference.py
sqlmesh/core/renderer.py
sqlmesh/core/scheduler.py
sqlmesh/core/schema_diff.py
sqlmesh/core/schema_loader.py
sqlmesh/core/selector.py
sqlmesh/core/signal.py
sqlmesh/core/table_diff.py
sqlmesh/core/user.py
sqlmesh/core/analytics/__init__.py
sqlmesh/core/analytics/collector.py
sqlmesh/core/analytics/dispatcher.py
sqlmesh/core/audit/__init__.py
sqlmesh/core/audit/builtin.py
sqlmesh/core/audit/definition.py
sqlmesh/core/config/__init__.py
sqlmesh/core/config/base.py
sqlmesh/core/config/categorizer.py
sqlmesh/core/config/common.py
sqlmesh/core/config/connection.py
sqlmesh/core/config/feature_flag.py
sqlmesh/core/config/format.py
sqlmesh/core/config/gateway.py
sqlmesh/core/config/loader.py
sqlmesh/core/config/migration.py
sqlmesh/core/config/model.py
sqlmesh/core/config/naming.py
sqlmesh/core/config/plan.py
sqlmesh/core/config/root.py
sqlmesh/core/config/run.py
sqlmesh/core/config/scheduler.py
sqlmesh/core/config/ui.py
sqlmesh/core/engine_adapter/__init__.py
sqlmesh/core/engine_adapter/_typing.py
sqlmesh/core/engine_adapter/athena.py
sqlmesh/core/engine_adapter/base.py
sqlmesh/core/engine_adapter/base_postgres.py
sqlmesh/core/engine_adapter/bigquery.py
sqlmesh/core/engine_adapter/clickhouse.py
sqlmesh/core/engine_adapter/databricks.py
sqlmesh/core/engine_adapter/duckdb.py
sqlmesh/core/engine_adapter/mixins.py
sqlmesh/core/engine_adapter/mssql.py
sqlmesh/core/engine_adapter/mysql.py
sqlmesh/core/engine_adapter/postgres.py
sqlmesh/core/engine_adapter/redshift.py
sqlmesh/core/engine_adapter/risingwave.py
sqlmesh/core/engine_adapter/shared.py
sqlmesh/core/engine_adapter/snowflake.py
sqlmesh/core/engine_adapter/spark.py
sqlmesh/core/engine_adapter/trino.py
sqlmesh/core/metric/__init__.py
sqlmesh/core/metric/definition.py
sqlmesh/core/metric/rewriter.py
sqlmesh/core/model/__init__.py
sqlmesh/core/model/cache.py
sqlmesh/core/model/common.py
sqlmesh/core/model/decorator.py
sqlmesh/core/model/definition.py
sqlmesh/core/model/kind.py
sqlmesh/core/model/meta.py
sqlmesh/core/model/schema.py
sqlmesh/core/model/seed.py
sqlmesh/core/plan/__init__.py
sqlmesh/core/plan/builder.py
sqlmesh/core/plan/definition.py
sqlmesh/core/plan/evaluator.py
sqlmesh/core/snapshot/__init__.py
sqlmesh/core/snapshot/cache.py
sqlmesh/core/snapshot/categorizer.py
sqlmesh/core/snapshot/definition.py
sqlmesh/core/snapshot/evaluator.py
sqlmesh/core/state_sync/__init__.py
sqlmesh/core/state_sync/base.py
sqlmesh/core/state_sync/cache.py
sqlmesh/core/state_sync/common.py
sqlmesh/core/state_sync/db/__init__.py
sqlmesh/core/state_sync/db/environment.py
sqlmesh/core/state_sync/db/facade.py
sqlmesh/core/state_sync/db/interval.py
sqlmesh/core/state_sync/db/migrator.py
sqlmesh/core/state_sync/db/snapshot.py
sqlmesh/core/state_sync/db/utils.py
sqlmesh/core/state_sync/db/version.py
sqlmesh/core/test/__init__.py
sqlmesh/core/test/context.py
sqlmesh/core/test/definition.py
sqlmesh/core/test/discovery.py
sqlmesh/core/test/result.py
sqlmesh/dbt/__init__.py
sqlmesh/dbt/adapter.py
sqlmesh/dbt/basemodel.py
sqlmesh/dbt/builtin.py
sqlmesh/dbt/column.py
sqlmesh/dbt/common.py
sqlmesh/dbt/context.py
sqlmesh/dbt/loader.py
sqlmesh/dbt/manifest.py
sqlmesh/dbt/model.py
sqlmesh/dbt/package.py
sqlmesh/dbt/profile.py
sqlmesh/dbt/project.py
sqlmesh/dbt/relation.py
sqlmesh/dbt/seed.py
sqlmesh/dbt/source.py
sqlmesh/dbt/target.py
sqlmesh/dbt/test.py
sqlmesh/dbt/util.py
sqlmesh/engines/__init__.py
sqlmesh/engines/commands.py
sqlmesh/engines/spark/__init__.py
sqlmesh/engines/spark/app.py
sqlmesh/engines/spark/db_api/__init__.py
sqlmesh/engines/spark/db_api/errors.py
sqlmesh/engines/spark/db_api/spark_session.py
sqlmesh/integrations/__init__.py
sqlmesh/integrations/dlt.py
sqlmesh/integrations/llm.py
sqlmesh/integrations/slack.py
sqlmesh/integrations/github/__init__.py
sqlmesh/integrations/github/cicd/__init__.py
sqlmesh/integrations/github/cicd/command.py
sqlmesh/integrations/github/cicd/config.py
sqlmesh/integrations/github/cicd/controller.py
sqlmesh/migrations/__init__.py
sqlmesh/migrations/v0001_init.py
sqlmesh/migrations/v0002_remove_identify.py
sqlmesh/migrations/v0003_move_batch_size.py
sqlmesh/migrations/v0004_environmnent_add_finalized_at.py
sqlmesh/migrations/v0005_create_seed_table.py
sqlmesh/migrations/v0006_change_seed_hash.py
sqlmesh/migrations/v0007_env_table_info_to_kind.py
sqlmesh/migrations/v0008_create_intervals_table.py
sqlmesh/migrations/v0009_remove_pre_post_hooks.py
sqlmesh/migrations/v0010_seed_hash_batch_size.py
sqlmesh/migrations/v0011_add_model_kind_name.py
sqlmesh/migrations/v0012_update_jinja_expressions.py
sqlmesh/migrations/v0013_serde_using_model_dialects.py
sqlmesh/migrations/v0014_fix_dev_intervals.py
sqlmesh/migrations/v0015_environment_add_promoted_snapshot_ids.py
sqlmesh/migrations/v0016_fix_windows_path.py
sqlmesh/migrations/v0017_fix_windows_seed_path.py
sqlmesh/migrations/v0018_rename_snapshot_model_to_node.py
sqlmesh/migrations/v0019_add_env_suffix_target.py
sqlmesh/migrations/v0020_remove_redundant_attributes_from_dbt_models.py
sqlmesh/migrations/v0021_fix_table_properties.py
sqlmesh/migrations/v0022_move_project_to_model.py
sqlmesh/migrations/v0023_fix_added_models_with_forward_only_parents.py
sqlmesh/migrations/v0024_replace_model_kind_name_enum_with_value.py
sqlmesh/migrations/v0025_fix_intervals_and_missing_change_category.py
sqlmesh/migrations/v0026_remove_dialect_from_seed.py
sqlmesh/migrations/v0027_minute_interval_to_five.py
sqlmesh/migrations/v0028_add_plan_dags_table.py
sqlmesh/migrations/v0029_generate_schema_types_using_dialect.py
sqlmesh/migrations/v0030_update_unrestorable_snapshots.py
sqlmesh/migrations/v0031_remove_dbt_target_fields.py
sqlmesh/migrations/v0032_add_sqlmesh_version.py
sqlmesh/migrations/v0033_mysql_fix_blob_text_type.py
sqlmesh/migrations/v0034_add_default_catalog.py
sqlmesh/migrations/v0035_add_catalog_name_override.py
sqlmesh/migrations/v0036_delete_plan_dags_bug_fix.py
sqlmesh/migrations/v0037_remove_dbt_is_incremental_macro.py
sqlmesh/migrations/v0038_add_expiration_ts_to_snapshot.py
sqlmesh/migrations/v0039_include_environment_in_plan_dag_spec.py
sqlmesh/migrations/v0040_add_previous_finalized_snapshots.py
sqlmesh/migrations/v0041_remove_hash_raw_query_attribute.py
sqlmesh/migrations/v0042_trim_indirect_versions.py
sqlmesh/migrations/v0043_fix_remove_obsolete_attributes_in_plan_dags.py
sqlmesh/migrations/v0044_quote_identifiers_in_model_attributes.py
sqlmesh/migrations/v0045_move_gateway_variable.py
sqlmesh/migrations/v0046_add_batch_concurrency.py
sqlmesh/migrations/v0047_change_scd_string_to_column.py
sqlmesh/migrations/v0048_drop_indirect_versions.py
sqlmesh/migrations/v0049_replace_identifier_with_version_in_seeds_table.py
sqlmesh/migrations/v0050_drop_seeds_table.py
sqlmesh/migrations/v0051_rename_column_descriptions.py
sqlmesh/migrations/v0052_add_normalize_name_in_environment_naming_info.py
sqlmesh/migrations/v0053_custom_model_kind_extra_attributes.py
sqlmesh/migrations/v0054_fix_trailing_comments.py
sqlmesh/migrations/v0055_add_updated_ts_unpaused_ts_ttl_ms_unrestorable_to_snapshot.py
sqlmesh/migrations/v0056_restore_table_indexes.py
sqlmesh/migrations/v0057_add_table_format.py
sqlmesh/migrations/v0058_add_requirements.py
sqlmesh/migrations/v0059_add_physical_version.py
sqlmesh/migrations/v0060_move_audits_to_model.py
sqlmesh/migrations/v0061_mysql_fix_blob_text_type.py
sqlmesh/migrations/v0062_add_model_gateway.py
sqlmesh/migrations/v0063_change_signals.py
sqlmesh/migrations/v0064_join_when_matched_strings.py
sqlmesh/migrations/v0065_add_model_optimize.py
sqlmesh/migrations/v0066_add_auto_restatements.py
sqlmesh/migrations/v0067_add_tsql_date_full_precision.py
sqlmesh/migrations/v0068_include_unrendered_query_in_metadata_hash.py
sqlmesh/migrations/v0069_update_dev_table_suffix.py
sqlmesh/migrations/v0070_include_grains_in_metadata_hash.py
sqlmesh/migrations/v0071_add_dev_version_to_intervals.py
sqlmesh/schedulers/__init__.py
sqlmesh/schedulers/airflow/__init__.py
sqlmesh/schedulers/airflow/api.py
sqlmesh/schedulers/airflow/client.py
sqlmesh/schedulers/airflow/common.py
sqlmesh/schedulers/airflow/dag_generator.py
sqlmesh/schedulers/airflow/integration.py
sqlmesh/schedulers/airflow/mwaa_client.py
sqlmesh/schedulers/airflow/plan.py
sqlmesh/schedulers/airflow/plugin.py
sqlmesh/schedulers/airflow/state_sync.py
sqlmesh/schedulers/airflow/util.py
sqlmesh/schedulers/airflow/hooks/__init__.py
sqlmesh/schedulers/airflow/hooks/bigquery.py
sqlmesh/schedulers/airflow/hooks/clickhouse.py
sqlmesh/schedulers/airflow/hooks/redshift.py
sqlmesh/schedulers/airflow/operators/__init__.py
sqlmesh/schedulers/airflow/operators/base.py
sqlmesh/schedulers/airflow/operators/bigquery.py
sqlmesh/schedulers/airflow/operators/clickhouse.py
sqlmesh/schedulers/airflow/operators/databricks.py
sqlmesh/schedulers/airflow/operators/mssql.py
sqlmesh/schedulers/airflow/operators/mysql.py
sqlmesh/schedulers/airflow/operators/notification.py
sqlmesh/schedulers/airflow/operators/postgres.py
sqlmesh/schedulers/airflow/operators/redshift.py
sqlmesh/schedulers/airflow/operators/sensor.py
sqlmesh/schedulers/airflow/operators/snowflake.py
sqlmesh/schedulers/airflow/operators/spark_submit.py
sqlmesh/schedulers/airflow/operators/targets.py
sqlmesh/schedulers/airflow/operators/trino.py
sqlmesh/utils/__init__.py
sqlmesh/utils/aws.py
sqlmesh/utils/cache.py
sqlmesh/utils/concurrency.py
sqlmesh/utils/config.py
sqlmesh/utils/connection_pool.py
sqlmesh/utils/conversions.py
sqlmesh/utils/cron.py
sqlmesh/utils/dag.py
sqlmesh/utils/date.py
sqlmesh/utils/errors.py
sqlmesh/utils/git.py
sqlmesh/utils/hashing.py
sqlmesh/utils/jinja.py
sqlmesh/utils/metaprogramming.py
sqlmesh/utils/migration.py
sqlmesh/utils/pandas.py
sqlmesh/utils/pydantic.py
sqlmesh/utils/rich.py
sqlmesh/utils/yaml.py
tests/__init__.py
tests/common_fixtures.py
tests/conftest.py
tests/setup.py
tests/test_forking.py
tests/cli/__init__.py
tests/cli/test_cli.py
tests/core/__init__.py
tests/core/test_audit.py
tests/core/test_config.py
tests/core/test_connection_config.py
tests/core/test_context.py
tests/core/test_dialect.py
tests/core/test_environment.py
tests/core/test_format.py
tests/core/test_integration.py
tests/core/test_lineage.py
tests/core/test_macros.py
tests/core/test_model.py
tests/core/test_notification_target.py
tests/core/test_plan.py
tests/core/test_plan_evaluator.py
tests/core/test_reference.py
tests/core/test_scheduler.py
tests/core/test_schema_diff.py
tests/core/test_schema_loader.py
tests/core/test_seed.py
tests/core/test_selector.py
tests/core/test_snapshot.py
tests/core/test_snapshot_evaluator.py
tests/core/test_state_sync.py
tests/core/test_table_diff.py
tests/core/test_test.py
tests/core/analytics/__init__.py
tests/core/analytics/test_collector.py
tests/core/analytics/test_dispatcher.py
tests/core/engine_adapter/__init__.py
tests/core/engine_adapter/test_athena.py
tests/core/engine_adapter/test_base.py
tests/core/engine_adapter/test_base_postgres.py
tests/core/engine_adapter/test_bigquery.py
tests/core/engine_adapter/test_clickhouse.py
tests/core/engine_adapter/test_databricks.py
tests/core/engine_adapter/test_duckdb.py
tests/core/engine_adapter/test_mixins.py
tests/core/engine_adapter/test_mssql.py
tests/core/engine_adapter/test_mysql.py
tests/core/engine_adapter/test_postgres.py
tests/core/engine_adapter/test_redshift.py
tests/core/engine_adapter/test_risingwave.py
tests/core/engine_adapter/test_snowflake.py
tests/core/engine_adapter/test_spark.py
tests/core/engine_adapter/test_trino.py
tests/core/engine_adapter/integration/__init__.py
tests/core/engine_adapter/integration/config.yaml
tests/core/engine_adapter/integration/conftest.py
tests/core/engine_adapter/integration/test_integration.py
tests/core/engine_adapter/integration/test_integration_athena.py
tests/core/engine_adapter/integration/test_integration_bigquery.py
tests/core/engine_adapter/integration/test_integration_clickhouse.py
tests/core/engine_adapter/integration/test_integration_duckdb.py
tests/core/engine_adapter/integration/test_integration_postgres.py
tests/core/engine_adapter/integration/test_integration_redshift.py
tests/core/engine_adapter/integration/test_integration_snowflake.py
tests/core/engine_adapter/integration/test_integration_trino.py
tests/core/engine_adapter/integration/docker/_common-hive.yaml
tests/core/engine_adapter/integration/docker/compose.clickhouse.yaml
tests/core/engine_adapter/integration/docker/compose.mssql.yaml
tests/core/engine_adapter/integration/docker/compose.mysql.yaml
tests/core/engine_adapter/integration/docker/compose.postgres.yaml
tests/core/engine_adapter/integration/docker/compose.risingwave.yaml
tests/core/engine_adapter/integration/docker/compose.spark.yaml
tests/core/engine_adapter/integration/docker/compose.trino.yaml
tests/core/engine_adapter/integration/docker/init-metastore-db.sql
tests/core/engine_adapter/integration/docker/clickhouse/config.xml
tests/core/engine_adapter/integration/docker/clickhouse/keeper.xml
tests/core/engine_adapter/integration/docker/spark/Dockerfile
tests/core/engine_adapter/integration/docker/spark/conf/hive-site.xml
tests/core/engine_adapter/integration/docker/spark/conf/spark-defaults.conf
tests/core/engine_adapter/integration/docker/trino/catalog/datalake.properties
tests/core/engine_adapter/integration/docker/trino/catalog/datalake_delta.properties
tests/core/engine_adapter/integration/docker/trino/catalog/datalake_iceberg.properties
tests/core/engine_adapter/integration/docker/trino/catalog/datalake_nessie.properties
tests/core/engine_adapter/integration/docker/trino/catalog/testing.properties
tests/core/metric/__init__.py
tests/core/metric/test_metric.py
tests/core/metric/test_rewriter.py
tests/dbt/__init__.py
tests/dbt/conftest.py
tests/dbt/test_adapter.py
tests/dbt/test_config.py
tests/dbt/test_integration.py
tests/dbt/test_manifest.py
tests/dbt/test_model.py
tests/dbt/test_test.py
tests/dbt/test_transformation.py
tests/dbt/test_util.py
tests/engines/__init__.py
tests/engines/spark/__init__.py
tests/engines/spark/conftest.py
tests/engines/spark/test_db_api.py
tests/fixtures/dbt/sushi_test/__init__.py
tests/fixtures/dbt/sushi_test/config.py
tests/fixtures/dbt/sushi_test/dbt_project.yml
tests/fixtures/dbt/sushi_test/packages.yml
tests/fixtures/dbt/sushi_test/profiles.yml
tests/fixtures/dbt/sushi_test/schema.yaml
tests/fixtures/dbt/sushi_test/seed_sources.py
tests/fixtures/dbt/sushi_test/analyses/.gitkeep
tests/fixtures/dbt/sushi_test/dbt_packages/customers
tests/fixtures/dbt/sushi_test/logs/dbt.log.legacy
tests/fixtures/dbt/sushi_test/macros/incremental.sql
tests/fixtures/dbt/sushi_test/macros/log_value.sql
tests/fixtures/dbt/sushi_test/macros/test_dependencies.sql
tests/fixtures/dbt/sushi_test/models/disabled_model.sql
tests/fixtures/dbt/sushi_test/models/schema.yml
tests/fixtures/dbt/sushi_test/models/simple_model_a.sql
tests/fixtures/dbt/sushi_test/models/simple_model_b.sql
tests/fixtures/dbt/sushi_test/models/top_waiters.sql
tests/fixtures/dbt/sushi_test/models/waiter_as_customer_by_day.sql
tests/fixtures/dbt/sushi_test/models/waiter_revenue_by_day.sql
tests/fixtures/dbt/sushi_test/models/waiter_revenue_by_day_v1.sql
tests/fixtures/dbt/sushi_test/models/waiters.sql
tests/fixtures/dbt/sushi_test/packages/customers/dbt_project.yml
tests/fixtures/dbt/sushi_test/packages/customers/analyses/.gitkeep
tests/fixtures/dbt/sushi_test/packages/customers/macros/current_engine.sql
tests/fixtures/dbt/sushi_test/packages/customers/macros/distinct.sql
tests/fixtures/dbt/sushi_test/packages/customers/models/customer_revenue_by_day.sql
tests/fixtures/dbt/sushi_test/packages/customers/models/customers.sql
tests/fixtures/dbt/sushi_test/packages/customers/models/schema.yml
tests/fixtures/dbt/sushi_test/packages/customers/seeds/.gitkeep
tests/fixtures/dbt/sushi_test/packages/customers/snapshots/.gitkeep
tests/fixtures/dbt/sushi_test/packages/customers/tests/.gitkeep
tests/fixtures/dbt/sushi_test/seeds/properties.yml
tests/fixtures/dbt/sushi_test/seeds/waiter_names.csv
tests/fixtures/dbt/sushi_test/snapshots/.gitkeep
tests/fixtures/dbt/sushi_test/snapshots/items_check_snapshot.sql
tests/fixtures/dbt/sushi_test/snapshots/items_no_hard_delete_snapshot.sql
tests/fixtures/dbt/sushi_test/snapshots/items_snapshot.sql
tests/fixtures/dbt/sushi_test/source_data/items.csv
tests/fixtures/dbt/sushi_test/source_data/order_items.csv
tests/fixtures/dbt/sushi_test/source_data/orders.csv
tests/fixtures/dbt/sushi_test/tests/.gitkeep
tests/fixtures/github/pull_request_closed.json
tests/fixtures/github/pull_request_command_deploy.json
tests/fixtures/github/pull_request_comment.json
tests/fixtures/github/pull_request_review_submit.json
tests/fixtures/github/pull_request_synchronized.json
tests/fixtures/github/pull_request_synchronized_enterprise.json
tests/fixtures/migrations/environments.json
tests/fixtures/migrations/snapshots.json
tests/fixtures/snowflake/rsa_key_no_pass.p8
tests/fixtures/snowflake/rsa_key_pass.p8
tests/integrations/__init__.py
tests/integrations/github/__init__.py
tests/integrations/github/cicd/__init__.py
tests/integrations/github/cicd/fixtures.py
tests/integrations/github/cicd/test_config.py
tests/integrations/github/cicd/test_github_commands.py
tests/integrations/github/cicd/test_github_controller.py
tests/integrations/github/cicd/test_github_event.py
tests/integrations/github/cicd/test_integration.py
tests/integrations/jupyter/__init__.py
tests/integrations/jupyter/example_outputs.ipynb
tests/integrations/jupyter/test_magics.py
tests/schedulers/__init__.py
tests/schedulers/airflow/__init__.py
tests/schedulers/airflow/conftest.py
tests/schedulers/airflow/test_client.py
tests/schedulers/airflow/test_common.py
tests/schedulers/airflow/test_dag_generator.py
tests/schedulers/airflow/test_end_to_end.py
tests/schedulers/airflow/test_integration.py
tests/schedulers/airflow/test_mwaa_client.py
tests/schedulers/airflow/test_plan.py
tests/schedulers/airflow/operators/__init__.py
tests/schedulers/airflow/operators/fixtures.py
tests/schedulers/airflow/operators/test_sensor.py
tests/schedulers/airflow/operators/test_targets.py
tests/utils/__init__.py
tests/utils/pandas.py
tests/utils/test_aws.py
tests/utils/test_cache.py
tests/utils/test_concurrency.py
tests/utils/test_connection_pool.py
tests/utils/test_dag.py
tests/utils/test_date.py
tests/utils/test_filesystem.py
tests/utils/test_filters.py
tests/utils/test_helpers.py
tests/utils/test_jinja.py
tests/utils/test_metaprogramming.py
tests/utils/test_pydantic.py
tests/utils/test_yaml.py
tests/web/__init__.py
tests/web/conftest.py
tests/web/test_lineage.py
tests/web/test_main.py
web/.dockerignore
web/Dockerfile.api
web/Dockerfile.app
web/__init__.py
web/docker-compose.build.yml
web/docker-compose.yml
web/client/.eslintrc.cjs
web/client/.gitignore
web/client/.prettierignore
web/client/.prettierrc.cjs
web/client/index.html
web/client/openapi.json
web/client/orval.config.ts
web/client/package-lock.json
web/client/package.json
web/client/playwright.config.ts
web/client/postcss.config.cjs
web/client/tailwind.config.cjs
web/client/tsconfig.json
web/client/vite.config.ts
web/client/dist/index.html
web/client/dist/assets/Audits-637acf55.js
web/client/dist/assets/Banner-0af92f6f.js
web/client/dist/assets/ChevronDownIcon-a0e0a146.js
web/client/dist/assets/ChevronRightIcon-3cb9e6be.js
web/client/dist/assets/Content-1456f632.js
web/client/dist/assets/Content-70634763.js
web/client/dist/assets/Data-4a5707ad.js
web/client/dist/assets/DataCatalog-673af875.js
web/client/dist/assets/Editor-e3fc71f5.js
web/client/dist/assets/Editor-fec2c99f.js
web/client/dist/assets/Errors-4b76f58d.js
web/client/dist/assets/FileExplorer-a3a4df89.js
web/client/dist/assets/Footer-f30756e4.js
web/client/dist/assets/Header-12163a5b.js
web/client/dist/assets/Input-a01139a4.js
web/client/dist/assets/Lineage-4fda575e.js
web/client/dist/assets/ListboxShow-71b4cfa2.js
web/client/dist/assets/ModelLineage-d6235abf.js
web/client/dist/assets/Models-13f048ae.js
web/client/dist/assets/Page-fac9d8c9.js
web/client/dist/assets/Plan-20e136f3.js
web/client/dist/assets/PlusCircleIcon-2799ca1f.js
web/client/dist/assets/ReportErrors-64911a07.js
web/client/dist/assets/Root-30bd9b87.js
web/client/dist/assets/SearchList-a958facb.js
web/client/dist/assets/SelectEnvironment-4b6fb0e0.js
web/client/dist/assets/SourceList-a47c6829.js
web/client/dist/assets/SourceListItem-1c90281a.js
web/client/dist/assets/SplitPane-94158256.js
web/client/dist/assets/Tests-e164ce09.js
web/client/dist/assets/Welcome-65f8b4fe.js
web/client/dist/assets/_commonjs-dynamic-modules-302442b1.js
web/client/dist/assets/context-4c50fddd.js
web/client/dist/assets/context-5718240e.js
web/client/dist/assets/editor-d35a2632.js
web/client/dist/assets/file-d5b08b04.js
web/client/dist/assets/help-5b3b060e.js
web/client/dist/assets/help-68063aae.js
web/client/dist/assets/index-176b79a9.js
web/client/dist/assets/index-ae36976e.js
web/client/dist/assets/plan-e14ca7e6.js
web/client/dist/assets/project-e6dc9a02.js
web/client/dist/assets/transition-19ed7834.js
web/client/dist/css/base.css
web/client/dist/css/design.css
web/client/dist/favicons/favicon.svg
web/client/dist/fonts/Inter/Inter-VariableFont_slnt,wght.ttf
web/client/dist/fonts/Inter/OFL.txt
web/client/dist/fonts/Inter/README.txt
web/client/dist/fonts/Inter/static/Inter-Black.ttf
web/client/dist/fonts/Inter/static/Inter-Bold.ttf
web/client/dist/fonts/Inter/static/Inter-ExtraBold.ttf
web/client/dist/fonts/Inter/static/Inter-ExtraLight.ttf
web/client/dist/fonts/Inter/static/Inter-Light.ttf
web/client/dist/fonts/Inter/static/Inter-Medium.ttf
web/client/dist/fonts/Inter/static/Inter-Regular.ttf
web/client/dist/fonts/Inter/static/Inter-SemiBold.ttf
web/client/dist/fonts/Inter/static/Inter-Thin.ttf
web/client/dist/fonts/JetBrains_Mono/JetBrainsMono-Italic-VariableFont_wght.ttf
web/client/dist/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf
web/client/dist/fonts/JetBrains_Mono/OFL.txt
web/client/dist/fonts/JetBrains_Mono/README.txt
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-Bold.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-BoldItalic.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-ExtraBold.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-ExtraBoldItalic.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-ExtraLight.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-ExtraLightItalic.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-Italic.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-Light.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-LightItalic.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-Medium.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-MediumItalic.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-Regular.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-SemiBold.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-SemiBoldItalic.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-Thin.ttf
web/client/dist/fonts/JetBrains_Mono/static/JetBrainsMono-ThinItalic.ttf
web/client/dist/fonts/Martina_Plantijn/martina-plantijn-regular.otf
web/client/dist/fonts/Martina_Plantijn/martina-plantijn-regular.woff2
web/client/dist/fonts/Sohne/sohne-buch-kursiv.otf
web/client/dist/fonts/Sohne/sohne-buch-kursiv.woff2
web/client/dist/fonts/Sohne/sohne-buch.otf
web/client/dist/fonts/Sohne/sohne-buch.woff2
web/client/dist/fonts/Sohne/sohne-kraftig.otf
web/client/dist/fonts/Sohne/sohne-kraftig.woff2
web/client/dist/fonts/Sohne/sohne-mono-buch.otf
web/client/dist/fonts/Sohne/sohne-mono-buch.woff2
web/client/dist/fonts/Sohne/sohne-mono-kraftig.otf
web/client/dist/fonts/Sohne/sohne-mono-kraftig.woff2
web/client/public/css/base.css
web/client/public/css/design.css
web/client/public/favicons/favicon.svg
web/client/public/fonts/Inter/Inter-VariableFont_slnt,wght.ttf
web/client/public/fonts/Inter/OFL.txt
web/client/public/fonts/Inter/README.txt
web/client/public/fonts/Inter/static/Inter-Black.ttf
web/client/public/fonts/Inter/static/Inter-Bold.ttf
web/client/public/fonts/Inter/static/Inter-ExtraBold.ttf
web/client/public/fonts/Inter/static/Inter-ExtraLight.ttf
web/client/public/fonts/Inter/static/Inter-Light.ttf
web/client/public/fonts/Inter/static/Inter-Medium.ttf
web/client/public/fonts/Inter/static/Inter-Regular.ttf
web/client/public/fonts/Inter/static/Inter-SemiBold.ttf
web/client/public/fonts/Inter/static/Inter-Thin.ttf
web/client/public/fonts/JetBrains_Mono/JetBrainsMono-Italic-VariableFont_wght.ttf
web/client/public/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf
web/client/public/fonts/JetBrains_Mono/OFL.txt
web/client/public/fonts/JetBrains_Mono/README.txt
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-Bold.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-BoldItalic.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-ExtraBold.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-ExtraBoldItalic.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-ExtraLight.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-ExtraLightItalic.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-Italic.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-Light.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-LightItalic.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-Medium.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-MediumItalic.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-Regular.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-SemiBold.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-SemiBoldItalic.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-Thin.ttf
web/client/public/fonts/JetBrains_Mono/static/JetBrainsMono-ThinItalic.ttf
web/client/public/fonts/Martina_Plantijn/martina-plantijn-regular.otf
web/client/public/fonts/Martina_Plantijn/martina-plantijn-regular.woff2
web/client/public/fonts/Sohne/sohne-buch-kursiv.otf
web/client/public/fonts/Sohne/sohne-buch-kursiv.woff2
web/client/public/fonts/Sohne/sohne-buch.otf
web/client/public/fonts/Sohne/sohne-buch.woff2
web/client/public/fonts/Sohne/sohne-kraftig.otf
web/client/public/fonts/Sohne/sohne-kraftig.woff2
web/client/public/fonts/Sohne/sohne-mono-buch.otf
web/client/public/fonts/Sohne/sohne-mono-buch.woff2
web/client/public/fonts/Sohne/sohne-mono-kraftig.otf
web/client/public/fonts/Sohne/sohne-mono-kraftig.woff2
web/client/src/App.tsx
web/client/src/main.tsx
web/client/src/routes.tsx
web/client/src/api/channels.ts
web/client/src/api/index.ts
web/client/src/api/instance.ts
web/client/src/context/context.ts
web/client/src/context/editor.ts
web/client/src/context/plan.ts
web/client/src/context/project.ts
web/client/src/context/theme.tsx
web/client/src/hooks/useActiveFocus.ts
web/client/src/hooks/useLocalStorage.ts
web/client/src/library/components/banner/Banner.tsx
web/client/src/library/components/banner/Welcome.tsx
web/client/src/library/components/button/Button.tsx
web/client/src/library/components/button/tests/Button.spec.tsx
web/client/src/library/components/container/Container.tsx
web/client/src/library/components/divider/Divider.tsx
web/client/src/library/components/divider/tests/Divider.spec.tsx
web/client/src/library/components/documentation/Documentation.tsx
web/client/src/library/components/editor/Editor.css
web/client/src/library/components/editor/Editor.tsx
web/client/src/library/components/editor/EditorCode.tsx
web/client/src/library/components/editor/EditorFooter.tsx
web/client/src/library/components/editor/EditorIndicator.tsx
web/client/src/library/components/editor/EditorInspector.tsx
web/client/src/library/components/editor/EditorPreview.tsx
web/client/src/library/components/editor/EditorTab.tsx
web/client/src/library/components/editor/EditorTabs.tsx
web/client/src/library/components/editor/help.ts
web/client/src/library/components/editor/hooks.ts
web/client/src/library/components/editor/extensions/SQLMeshDialect.ts
web/client/src/library/components/editor/extensions/SQLMeshModel.ts
web/client/src/library/components/editor/extensions/help.ts
web/client/src/library/components/editor/extensions/index.ts
web/client/src/library/components/environmentDetails/AddEnvironment.tsx
web/client/src/library/components/environmentDetails/EnvironmentChanges.tsx
web/client/src/library/components/environmentDetails/EnvironmentChangesPreview.tsx
web/client/src/library/components/environmentDetails/EnvironmentDetails.tsx
web/client/src/library/components/environmentDetails/SelectEnvironment.tsx
web/client/src/library/components/fileExplorer/Directory.tsx
web/client/src/library/components/fileExplorer/DragLayer.tsx
web/client/src/library/components/fileExplorer/File.tsx
web/client/src/library/components/fileExplorer/FileExplorer.tsx
web/client/src/library/components/fileExplorer/context.tsx
web/client/src/library/components/graph/Graph.css
web/client/src/library/components/graph/ModelColumns.tsx
web/client/src/library/components/graph/ModelLineage.tsx
web/client/src/library/components/graph/ModelLineageDetails.tsx
web/client/src/library/components/graph/ModelLineageSearch.tsx
web/client/src/library/components/graph/ModelNode.tsx
web/client/src/library/components/graph/ModelNodeHeaderHandles.tsx
web/client/src/library/components/graph/context.tsx
web/client/src/library/components/graph/help.ts
web/client/src/library/components/historyNavigation/historyNavigation.tsx
web/client/src/library/components/input/Input.tsx
web/client/src/library/components/input/InputToggle.tsx
web/client/src/library/components/input/Selector.tsx
web/client/src/library/components/input/Textfield.tsx
web/client/src/library/components/listbox/ListboxShow.tsx
web/client/src/library/components/loading/Loading.tsx
web/client/src/library/components/loading/LoadingSegment.tsx
web/client/src/library/components/loading/LoadingStatus.tsx
web/client/src/library/components/logo/Spinner.tsx
web/client/src/library/components/logo/SqlMesh.tsx
web/client/src/library/components/logo/Tobiko.tsx
web/client/src/library/components/modal/Modal.tsx
web/client/src/library/components/modal/ModalConfirmation.tsx
web/client/src/library/components/moduleNavigation/ModuleLink.tsx
web/client/src/library/components/moduleNavigation/ModuleNavigation.tsx
web/client/src/library/components/plan/Plan.tsx
web/client/src/library/components/plan/PlanActions.tsx
web/client/src/library/components/plan/PlanApplyStageTracker.tsx
web/client/src/library/components/plan/PlanBackfillDates.tsx
web/client/src/library/components/plan/PlanChangePreview.tsx
web/client/src/library/components/plan/PlanHeader.tsx
web/client/src/library/components/plan/PlanOptions.tsx
web/client/src/library/components/plan/context.tsx
web/client/src/library/components/plan/help.spec.ts
web/client/src/library/components/plan/help.ts
web/client/src/library/components/plan/hooks.ts
web/client/src/library/components/progress/Progress.tsx
web/client/src/library/components/report/ReportErrors.tsx
web/client/src/library/components/report/ReportTestsErrors.tsx
web/client/src/library/components/search/SearchList.tsx
web/client/src/library/components/search/help.ts
web/client/src/library/components/sourceList/SourceList.tsx
web/client/src/library/components/sourceList/SourceListItem.tsx
web/client/src/library/components/splitPane/SplitPane.css
web/client/src/library/components/splitPane/SplitPane.tsx
web/client/src/library/components/tab/Tab.tsx
web/client/src/library/components/table/Table.tsx
web/client/src/library/components/table/help.ts
web/client/src/library/components/tableDiff/TableDiff.tsx
web/client/src/library/components/tableDiff/help.ts
web/client/src/library/components/tasksOverview/TasksOverview.tsx
web/client/src/library/components/title/Title.tsx
web/client/src/library/components/toggle/Toggle.tsx
web/client/src/library/pages/audits/Audits.tsx
web/client/src/library/pages/data/Data.tsx
web/client/src/library/pages/data-catalog/DataCatalog.tsx
web/client/src/library/pages/editor/Editor.tsx
web/client/src/library/pages/errors/Content.tsx
web/client/src/library/pages/errors/Errors.tsx
web/client/src/library/pages/lineage/Lineage.tsx
web/client/src/library/pages/models/Models.tsx
web/client/src/library/pages/plan/Content.tsx
web/client/src/library/pages/plan/Plan.tsx
web/client/src/library/pages/root/Footer.tsx
web/client/src/library/pages/root/Header.tsx
web/client/src/library/pages/root/Navigation.tsx
web/client/src/library/pages/root/NotFound.tsx
web/client/src/library/pages/root/Page.tsx
web/client/src/library/pages/root/Root.tsx
web/client/src/library/pages/root/context/notificationCenter.tsx
web/client/src/library/pages/tests/Tests.tsx
web/client/src/models/artifact.posix.spec.ts
web/client/src/models/artifact.spec.ts
web/client/src/models/artifact.ts
web/client/src/models/artifact.win.spec.ts
web/client/src/models/directory.posix.spec.ts
web/client/src/models/directory.ts
web/client/src/models/directory.win.spec.ts
web/client/src/models/environment.ts
web/client/src/models/file.spec.ts
web/client/src/models/file.ts
web/client/src/models/index.ts
web/client/src/models/initial.ts
web/client/src/models/module-controller.ts
web/client/src/models/plan-action.ts
web/client/src/models/sqlmesh-change-display.ts
web/client/src/models/sqlmesh-model.ts
web/client/src/models/tracker-plan-apply.ts
web/client/src/models/tracker-plan-cancel.ts
web/client/src/models/tracker-plan-overview.ts
web/client/src/models/tracker-plan.ts
web/client/src/styles/index.css
web/client/src/tests/setup.ts
web/client/src/tests/utils.tsx
web/client/src/types/enum.ts
web/client/src/types/index.d.ts
web/client/src/utils/additional-components.ts
web/client/src/utils/index.spec.ts
web/client/src/utils/index.ts
web/client/src/utils/tbk-components.js
web/client/src/workers/index.ts
web/client/src/workers/lineage.ts
web/client/src/workers/sqlglot/sqlglot.py
web/client/src/workers/sqlglot/sqlglot.ts
web/client/tests/initial.spec.ts
web/server/__init__.py
web/server/app.py
web/server/console.py
web/server/exceptions.py
web/server/main.py
web/server/models.py
web/server/openapi.py
web/server/settings.py
web/server/utils.py
web/server/watcher.py
web/server/api/__init__.py
web/server/api/endpoints/__init__.py
web/server/api/endpoints/commands.py
web/server/api/endpoints/directories.py
web/server/api/endpoints/environments.py
web/server/api/endpoints/events.py
web/server/api/endpoints/files.py
web/server/api/endpoints/lineage.py
web/server/api/endpoints/meta.py
web/server/api/endpoints/models.py
web/server/api/endpoints/modules.py
web/server/api/endpoints/plan.py
web/server/api/endpoints/table_diff.py