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

docs/updated synapse documentation #1167

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Conversation

dat-a-man
Copy link
Collaborator

Description

Updated synapse docs to use active service directory principal.

@dat-a-man dat-a-man requested a review from zem360 April 1, 2024 05:32
Copy link

netlify bot commented Apr 1, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit e04221e
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/661d341e09f32f0008595e14
😎 Deploy Preview https://deploy-preview-1167--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dat-a-man dat-a-man changed the title Updated synapse documentation docs/updated synapse documentation Apr 1, 2024
@sh-rp sh-rp added the documentation Improvements or additions to documentation label Apr 3, 2024
@@ -95,6 +95,16 @@ pipeline = dlt.pipeline(
dataset_name='chess_data'
)
```
To use Active Directory Principal, you can use the `sqlalchemy.engine.URL.create` method to create the connection URL using your Active Directory Service Principal credentials. Once you have the connection URL, you can directly use it in your pipeline configuration or convert it to a string.
Copy link
Contributor

Choose a reason for hiding this comment

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

@dat-a-man can you show an example in the code how sqlalchemy.engine.URL.create can be used ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@zem360: added one example

Copy link
Contributor

@zem360 zem360 left a comment

Choose a reason for hiding this comment

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

If possible add the code snippet forsqlalchemy.engine.URL.create

Setting hide password property to `True`
Copy link
Contributor

@zem360 zem360 left a comment

Choose a reason for hiding this comment

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

The code for creating sqlalchemy.engine.URL.create has been added. This is good to go.

@zem360 zem360 merged commit cdb8d5e into devel Apr 15, 2024
37 checks passed
@dat-a-man dat-a-man deleted the docs/adding-info-to-synapse-docs branch May 15, 2024 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants