Skip to content

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