LICENSE
README.md
pyproject.toml
fabrest/__init__.py
fabrest/client.py
fabrest/errors.py
fabrest/logger.py
fabrest/logging_catalog.py
fabrest/routes.py
fabrest.egg-info/PKG-INFO
fabrest.egg-info/SOURCES.txt
fabrest.egg-info/dependency_links.txt
fabrest.egg-info/requires.txt
fabrest.egg-info/top_level.txt
fabrest/api/__init__.py
fabrest/api/auth.py
fabrest/api/client.py
fabrest/api/constant.py
fabrest/api/constants/__init__.py
fabrest/api/constants/collections.py
fabrest/api/constants/items.py
fabrest/api/constants/jobs.py
fabrest/api/constants/specialized.py
fabrest/api/constants/utils.py
fabrest/api/constants/workspace_collection.py
fabrest/api/constants/workspace_config.py
fabrest/models/__init__.py
fabrest/models/admin.py
fabrest/models/anomaly_detector.py
fabrest/models/apache_airflow_job.py
fabrest/models/copy_job.py
fabrest/models/cosmos_db_database.py
fabrest/models/data_pipeline.py
fabrest/models/dataflow.py
fabrest/models/digital_twin_builder.py
fabrest/models/digital_twin_builder_flow.py
fabrest/models/environment.py
fabrest/models/event_schema_set.py
fabrest/models/eventhouse.py
fabrest/models/eventstream.py
fabrest/models/graph_model.py
fabrest/models/graph_query_set.py
fabrest/models/graphql_api.py
fabrest/models/kql_dashboard.py
fabrest/models/kql_database.py
fabrest/models/kql_queryset.py
fabrest/models/lakehouse.py
fabrest/models/map.py
fabrest/models/mirrored_azure_databricks_catalog.py
fabrest/models/mirrored_database.py
fabrest/models/ml_experiment.py
fabrest/models/ml_model.py
fabrest/models/mounted_data_factory.py
fabrest/models/notebook.py
fabrest/models/ontology.py
fabrest/models/operations_agent.py
fabrest/models/paginated_report.py
fabrest/models/platform.py
fabrest/models/real_time_intelligence.py
fabrest/models/reflex.py
fabrest/models/report.py
fabrest/models/semantic_model.py
fabrest/models/snowflake_database.py
fabrest/models/spark.py
fabrest/models/spark_job_definition.py
fabrest/models/sql_database.py
fabrest/models/sql_endpoint.py
fabrest/models/user_data_function.py
fabrest/models/variable_library.py
fabrest/models/warehouse.py
fabrest/models/warehouse_snapshot.py
fabrest/resources/__init__.py
fabrest/resources/admin.py
fabrest/resources/anomaly_detector.py
fabrest/resources/apache_airflow_job.py
fabrest/resources/base.py
fabrest/resources/capacity.py
fabrest/resources/copy_job.py
fabrest/resources/cosmos_db_database.py
fabrest/resources/dashboard.py
fabrest/resources/data_pipeline.py
fabrest/resources/dataflow.py
fabrest/resources/datamart.py
fabrest/resources/digital_twin_builder.py
fabrest/resources/digital_twin_builder_flow.py
fabrest/resources/environment.py
fabrest/resources/event_schema_set.py
fabrest/resources/eventhouse.py
fabrest/resources/eventstream.py
fabrest/resources/graph_model.py
fabrest/resources/graph_query_set.py
fabrest/resources/graphql_api.py
fabrest/resources/item_type_base.py
fabrest/resources/items.py
fabrest/resources/jobs.py
fabrest/resources/kql_dashboard.py
fabrest/resources/kql_database.py
fabrest/resources/kql_queryset.py
fabrest/resources/lakehouse.py
fabrest/resources/map.py
fabrest/resources/mirrored_azure_databricks_catalog.py
fabrest/resources/mirrored_database.py
fabrest/resources/mirrored_warehouse.py
fabrest/resources/ml_experiment.py
fabrest/resources/ml_model.py
fabrest/resources/mounted_data_factory.py
fabrest/resources/notebook.py
fabrest/resources/ontology.py
fabrest/resources/operations_agent.py
fabrest/resources/paginated_report.py
fabrest/resources/reflex.py
fabrest/resources/report.py
fabrest/resources/semantic_model.py
fabrest/resources/snowflake_database.py
fabrest/resources/spark_job_definition.py
fabrest/resources/sql_database.py
fabrest/resources/sql_endpoint.py
fabrest/resources/user_data_function.py
fabrest/resources/variable_library.py
fabrest/resources/warehouse.py
fabrest/resources/warehouse_snapshot.py
fabrest/resources/workspaces.py
fabrest/transport/__init__.py
fabrest/transport/aiohttp_transport.py
fabrest/transport/options.py
fabrest/transport/requests_transport.py
fabrest/utils/__init__.py
fabrest/utils/functions.py
tests/test_auth.py
tests/test_resources_sync.py