Skip to content

Commit

Permalink
Expose ExtractorConfig from root relational module (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeknep authored Jul 18, 2023
1 parent 1a59fe0 commit cab35a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gretel_trainer/relational/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
sqlite_conn,
)
from gretel_trainer.relational.core import RelationalData
from gretel_trainer.relational.extractor import ExtractorConfig
from gretel_trainer.relational.log import set_log_level
from gretel_trainer.relational.multi_table import MultiTable

0 comments on commit cab35a6

Please sign in to comment.