Skip to content

Commit

Permalink
Merge branch 'chore/renames-alias'
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Nov 23, 2024
2 parents 3693885 + bafba03 commit 6b782a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/dagster_pyiceberg/io_manager/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def connect(context, table_slice: TableSlice) -> Iterator[Catalog]:
class IcebergIOManager(ConfigurableIOManagerFactory):
"""Base class for an IO manager definition that reads inputs from and writes outputs to Iceberg tables.
NB: you need to use the 'schema' input to specify the *namespace* of the pyiceberg table.
Examples:
```python
Expand Down
2 changes: 0 additions & 2 deletions src/dagster_pyiceberg/io_manager/pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def supported_types(self) -> Sequence[Type[object]]:
class IcebergPandasIOManager(_io_manager.IcebergIOManager):
"""An IO manager definition that reads inputs from and writes outputs to Iceberg tables using Pandas.
NB: you need to use the 'schema' input to specify the *namespace* of the pyiceberg table.
Examples:
```python
Expand Down
2 changes: 0 additions & 2 deletions src/dagster_pyiceberg/io_manager/polars.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def supported_types(self) -> Sequence[Type[object]]:
class IcebergPolarsIOManager(_io_manager.IcebergIOManager):
"""An IO manager definition that reads inputs from and writes outputs to Iceberg tables using Polars.
NB: you need to use the 'schema' input to specify the *namespace* of the pyiceberg table.
Examples:
```python
Expand Down

0 comments on commit 6b782a3

Please sign in to comment.