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

Explicitly load environment #408

Closed
wants to merge 1 commit into from

Conversation

harisang
Copy link
Contributor

This PR attempts to fix an error about the DUNE_API_KEY env variable not being found.

@fhenneke
Copy link
Collaborator

The environment is loaded once (except for additional scripts and tests) in the src/constants.py file. This file is imported in src/fetch/transfer_file.py which later calls generic_script_init. So at the time of calling that function, the environment has already been loaded.

The PR should not have an effect on the observed error.

@harisang harisang closed this Nov 4, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants