We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b9dc2 commit 824a821Copy full SHA for 824a821
lambdas/rds_snapshot_export_s3_to_s3_copier/test_main.py
@@ -12,8 +12,6 @@ def test_get_date_time_yy_format_with_time(self):
12
assert day == "25"
13
assert date == "20231225"
14
15
-
16
17
def test_get_date_time_yyyy_format_backdated(self):
18
source_identifier = "sql-to-parquet-2023-12-25-backdated"
19
year, month, day, date = get_date_time(source_identifier)
0 commit comments