-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pramen-Py get_latest_available_date throws an error for delta tables #166
Comments
jirifilip
added a commit
that referenced
this issue
Jun 22, 2023
jirifilip
added a commit
that referenced
this issue
Jun 22, 2023
jirifilip
added a commit
that referenced
this issue
Jun 22, 2023
jirifilip
added a commit
that referenced
this issue
Jun 22, 2023
jirifilip
added a commit
that referenced
this issue
Jun 27, 2023
jirifilip
added a commit
that referenced
this issue
Jun 27, 2023
jirifilip
added a commit
that referenced
this issue
Jun 27, 2023
jirifilip
added a commit
that referenced
this issue
Jun 27, 2023
jirifilip
added a commit
that referenced
this issue
Jun 27, 2023
jirifilip
added a commit
that referenced
this issue
Jun 27, 2023
jirifilip
added a commit
that referenced
this issue
Jun 28, 2023
jirifilip
added a commit
that referenced
this issue
Jun 28, 2023
jirifilip
added a commit
that referenced
this issue
Jun 28, 2023
jirifilip
added a commit
that referenced
this issue
Jun 28, 2023
jirifilip
added a commit
that referenced
this issue
Jun 28, 2023
jirifilip
added a commit
that referenced
this issue
Jun 28, 2023
jirifilip
added a commit
that referenced
this issue
Jun 28, 2023
jirifilip
added a commit
that referenced
this issue
Jun 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
For some reason, in
get_latest_available_date
, reading the partitioning column of a delta table produces a list of strings instead of datetime.date. But we rely on it returning list of dates, so the method fails.Failing test case
This test case passes for parquet but fails for delta
Expected behavior
Test should pass for both parquet and delta
The text was updated successfully, but these errors were encountered: