Skip to content

Commit

Permalink
[MAINTENANCE] Move FabricPowerBIDatasource out of experimental dir (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 authored Sep 18, 2024
1 parent c49d728 commit 04d5f0e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion great_expectations/datasource/fluent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from great_expectations.datasource.fluent.pandas_azure_blob_storage_datasource import (
PandasAzureBlobStorageDatasource,
)
from great_expectations.experimental.datasource.fabric import FabricPowerBIDatasource
from great_expectations.datasource.fluent.fabric import FabricPowerBIDatasource
from great_expectations.datasource.fluent.postgres_datasource import (
PostgresDatasource,
)
Expand Down
13 changes: 0 additions & 13 deletions great_expectations/experimental/datasource/__init__.py

This file was deleted.

4 changes: 2 additions & 2 deletions tests/datasource/fluent/test_fabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

import great_expectations.core.batch_spec
from great_expectations.datasource.fluent import BatchRequest
from great_expectations.exceptions.exceptions import BuildBatchRequestError
from great_expectations.experimental.datasource.fabric import (
from great_expectations.datasource.fluent.fabric import (
FabricPowerBIDatasource,
_PowerBIAsset,
)
from great_expectations.exceptions.exceptions import BuildBatchRequestError

if TYPE_CHECKING:
from great_expectations.data_context import AbstractDataContext
Expand Down

0 comments on commit 04d5f0e

Please sign in to comment.