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

feat: Re-ingest local files on updates #5656

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

feat: Re-ingest local files on updates #5656

wants to merge 11 commits into from

Conversation

k-anshul
Copy link
Member

@k-anshul k-anshul commented Sep 10, 2024

closes #5479

Sample model file:

connector: local_file
path: "data/a.csv"
invalidate_on_change: true

output:
  connector: duckdb
  materialize: true

@k-anshul k-anshul self-assigned this Sep 10, 2024
@k-anshul k-anshul changed the title feat: Re-ingest local files if they are updated on model reconcile feat: Re-ingest local files on updates Sep 17, 2024
runtime/compilers/rillv1/parse_model.go Outdated Show resolved Hide resolved
runtime/compilers/rillv1/parse_model.go Outdated Show resolved Hide resolved
runtime/reconcilers/project_parser.go Outdated Show resolved Hide resolved
runtime/reconcilers/project_parser.go Outdated Show resolved Hide resolved
runtime/compilers/rillv1/parser.go Outdated Show resolved Hide resolved
runtime/drivers/duckdb/model_executor_localfile_self.go Outdated Show resolved Hide resolved
runtime/drivers/duckdb/model_manager.go Outdated Show resolved Hide resolved
runtime/reconcilers/project_parser.go Outdated Show resolved Hide resolved
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.

Runtime: Re-ingest local files if they are updated
2 participants