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

Implemented azure data lake client support #115

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marcelo313
Copy link

No description provided.

@marcelo313
Copy link
Author

marcelo313 commented Apr 25, 2023

from azure_data_lake import AzureDataLakeClient

TENANT_ID = "placeholder"
USERNAME = "@Placeholder"
PASSWORD = "placeholder"
STORE_NAME = "placeholder"

client = AzureDataLakeClient(
tenant_id=TENANT_ID,
username=USERNAME,
password=PASSWORD,
store_name=STORE_NAME
)

client.connect()
client.disconnect()

@matthewwardrop
Copy link
Collaborator

matthewwardrop commented Nov 1, 2023

Hi @marcelo313 ! Apologies for the latency. If you are still using this, and it still works, I'm happy to rebase this and merge it in. I cannot test it myself because I do not use Azure.

@marcelo313
Copy link
Author

Hey @matthewwardrop, this was initially for a school project I added very basic functionality, I want to keep working on it to be able to showcase and highlight it on my resume. I'll get back to you in a couple weeks after I add more functionality and test it properly

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.

2 participants