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

Bug: adlsgen2setup.py does not use $AZURE_ADLS_GEN2_FILESYSTEM env var #2110

Open
cforce opened this issue Nov 3, 2024 · 1 comment
Open
Assignees

Comments

@cforce
Copy link

cforce commented Nov 3, 2024

filesystem_name="gptkbcontainer",

This shall be
filesystem_name=os.environ["AZURE_ADLS_GEN2_FILESYSTEM"],

@mattgotteiner mattgotteiner self-assigned this Nov 4, 2024
@cforce
Copy link
Author

cforce commented Nov 4, 2024

see #2111

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

No branches or pull requests

2 participants