Skip to content

Commit

Permalink
Merge branch 'staging' into ralph/add-delta-support
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass authored Aug 13, 2024
2 parents 30bc37a + b1949cd commit e1e42eb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/butterfree.configs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ butterfree.configs.logger module
:undoc-members:
:show-inheritance:

.. automodule:: butterfree.configs.logger
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
11 changes: 11 additions & 0 deletions docs/source/butterfree.constants.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ butterfree.constants.spark\_constants module
:show-inheritance:


.. automodule:: butterfree.constants.migrations
:members:
:undoc-members:
:show-inheritance:


.. automodule:: butterfree.constants.spark_constants
:members:
:undoc-members:
Expand Down Expand Up @@ -88,6 +94,11 @@ butterfree.constants.window\_definitions module
:undoc-members:
:show-inheritance:

.. automodule:: butterfree.constants.window_definitions
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ typer==0.4.2
typing-extensions>3.7.4,<5
boto3==1.17.*
numpy==1.26.4
delta-spark==3.2.0
delta-spark==3.2.0

0 comments on commit e1e42eb

Please sign in to comment.