Skip to content

Commit

Permalink
fix: version, format (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass authored Oct 3, 2024
1 parent 11cc5d5 commit 5f7028b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion butterfree/_cli/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def create_instance(cls: Type[FeatureSetPipeline]) -> FeatureSetPipeline:
parameters = sig.parameters

if "run_date" in parameters:
run_date = datetime.datetime.today().strftime("%y-%m-%d")
run_date = datetime.datetime.today().strftime("%Y-%m-%d")
return cls(run_date)

return cls()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ parameters-validation>=1.1.5,<2.0
pyspark==3.5.1
typer==0.4.2
typing-extensions>3.7.4,<5
boto3==1.17.*
boto3==1.35.*
numpy==1.26.4
delta-spark==3.2.0

0 comments on commit 5f7028b

Please sign in to comment.