-
Notifications
You must be signed in to change notification settings - Fork 117
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
Runtime: Re-ingest local files if they are updated #5479
Comments
I don't have a clear idea about how we might solve this, but here are some thoughts (probably too hacky):
|
We can also consider following alternate solutions if the use case is only for
1 has a limitation that dependencies will not be refreshed. 2 has a limitation that dependencies will always be refreshed. If we want to solve this for all cases then I think the solution listed above is the only way. Two considerations though :
|
About 1. here – for ClickHouse, the |
Sure I think this can be handled separately. I will raise an issue. |
We have gotten several reports about file sources not being updated when the local file is changed. This is especially problematic for
mapping.csv
files used for access management in security policies.We need to be careful only to do this for small local files, to avoid accidentally scanning large/remote files (even for computing a hash). Maybe it should be an optional parameter for the
file:
connector?The text was updated successfully, but these errors were encountered: