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

Include imports #215

Open
vfarcic opened this issue Dec 23, 2024 · 2 comments
Open

Include imports #215

vfarcic opened this issue Dec 23, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@vfarcic
Copy link

vfarcic commented Dec 23, 2024

I have some custom schemas that I'm importing with import .... During the execution, KCL failed since the files I was importing were not available in the function. Is there a way to include custom files, download them from a remote location, or anything similar?

@vfarcic vfarcic added the enhancement New feature or request label Dec 23, 2024
@Peefy
Copy link
Collaborator

Peefy commented Dec 24, 2024

I'm not sure if the features here can help you, but if not, we may consider adding new features to support it

  • Filesystem Source

image

  • Dependencies

image

cc @zong-zhe @He1pa

@vfarcic
Copy link
Author

vfarcic commented Dec 25, 2024

Would that import download a module (unless it's baked into KCL)? If so, how to specify where to download it from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants