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 Client.from_env constructor #62

Merged
merged 3 commits into from
Sep 7, 2023
Merged

Add Client.from_env constructor #62

merged 3 commits into from
Sep 7, 2023

Conversation

bh2smith
Copy link
Collaborator

@bh2smith bh2smith commented Sep 5, 2023

This will simplify the user experience, not needing to import env vars manually (putting it all under the hood). Should pave the way for making documentation easier.

Closes #68

cc @TheEdgeOfRage & @diegoximenes for additional review.

@bh2smith bh2smith requested a review from msf September 5, 2023 13:55
@bh2smith bh2smith force-pushed the dune-from-env branch 2 times, most recently from de20925 to c077028 Compare September 5, 2023 14:03
@bh2smith bh2smith changed the base branch from main to upload-csv September 5, 2023 14:03
@bh2smith bh2smith force-pushed the upload-csv branch 2 times, most recently from 9628db7 to 75c3f6c Compare September 5, 2023 19:37
@bh2smith bh2smith changed the base branch from upload-csv to main September 5, 2023 19:42
dune_client/base_client.py Outdated Show resolved Hide resolved
requirements/prod.txt Show resolved Hide resolved
dune_client/base_client.py Show resolved Hide resolved
@bh2smith
Copy link
Collaborator Author

bh2smith commented Sep 6, 2023

I have addressed all comments and suggestions. No more load_dotenv package dependency.

@bh2smith bh2smith requested a review from msf September 6, 2023 12:15
Copy link
Member

@TheEdgeOfRage TheEdgeOfRage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@bh2smith
Copy link
Collaborator Author

bh2smith commented Sep 6, 2023

I am going to assume this is alright since I have addressed the comments & suggestions made by @msf. I'll wait a bit and merge tomorrow morning.

@bh2smith bh2smith merged commit d2d4d17 into main Sep 7, 2023
4 checks passed
@bh2smith bh2smith deleted the dune-from-env branch September 7, 2023 07:22
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.

[Doc Simplification] DuneClient.from_env constructor
3 participants