Skip to content

Commit

Permalink
[dagster-gcp-pandas] register library in init (#12469)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Feb 22, 2023
1 parent 8f5f31b commit 74f70c9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
from dagster._core.libraries import DagsterLibraryRegistry

from .bigquery.bigquery_pandas_type_handler import (
BigQueryPandasTypeHandler as BigQueryPandasTypeHandler,
bigquery_pandas_io_manager as bigquery_pandas_io_manager,
)
from .version import __version__

DagsterLibraryRegistry.register("dagster-gcp-pandas", __version__)

0 comments on commit 74f70c9

Please sign in to comment.