Skip to content
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

[DAR-4308][External] Allow fetch_remote_files to return files that have not yet finished processing #945

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

JBWilkie
Copy link
Collaborator

@JBWilkie JBWilkie commented Oct 11, 2024

Problem

In DAR-2981, we allowed fetch_remote_files to return the layout of a remote file

However, this change assumed there would always be a layout, and for non-processed files, the layout is not yet populated, leading to a syntax error

Solution

Allow fetch_remote_files to return non-processed files by making return of layout optional

Changelog

Allow fetch_remote_files to return non-processed files

@JBWilkie JBWilkie merged commit 2644edc into master Oct 23, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants