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

Add a dynamic asset to pick up file changes #68

Open
jlubken opened this issue Jun 29, 2022 · 0 comments
Open

Add a dynamic asset to pick up file changes #68

jlubken opened this issue Jun 29, 2022 · 0 comments

Comments

@jlubken
Copy link
Member

jlubken commented Jun 29, 2022

The Asset class is used to load text files from a directory tree.

By design this is done once as part of yaml deserialization when the configuration is first loaded to separate early configuration failures from late runtime failures: dev-ops principle to shift all error to the left.

This is problematic for working on sql queries in a notebook since components must be deserialized again after every sql file change.

Create a development version of Asset registered as !asset for notebook use that dynamically loads content from the filesystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant