-
Notifications
You must be signed in to change notification settings - Fork 190
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: deploy with Kestra #1087
Docs: deploy with Kestra #1087
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! Please see my comments. I believe the content benefits from less redundant parts.
docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md
Outdated
Show resolved
Hide resolved
docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md
Outdated
Show resolved
Hide resolved
1. Configure Docker compose File: Edit the downloaded Docker compose file to link the `.env` file | ||
for environment variables. | ||
|
||
```python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be marked as ```yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, done
|
||
## Building Data Pipelines with `dlt` | ||
|
||
**`dlt`** is an open-source Python library that allows you to declaratively load data sources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep the sentences short:
dlt
is an open-source Python library that allows you to declaratively load data sources
into well-structured tables or datasets. It does this through automatic schema inference and evolution.
The library simplifies building data pipeline . . .
docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md
Outdated
Show resolved
Hide resolved
docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md
Outdated
Show resolved
Hide resolved
docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md
Outdated
Show resolved
Hide resolved
docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some comments mostly related to grammar and sentence structure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dat-a-man This is good to merge.
Description
Added documentation deploy with Kestra
Related Issues
Additional Context