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 quick start docs #324

Merged
merged 12 commits into from
Jan 3, 2025
Merged

Add quick start docs #324

merged 12 commits into from
Jan 3, 2025

Conversation

pankajastro
Copy link
Collaborator

@pankajastro pankajastro commented Dec 23, 2024

closes: #317

Add Quick Start Docs

Technology: Markdown
Purpose: This PR adds a new "Quick Start" guide to the documentation for setting up Apache Airflow and DAG Factory

Changes:

  • Added a step-by-step guide for initializing an Airflow.
  • Included installation instructions for the DAG Factory library.
  • Provided an example of creating a basic DAG using YAML configuration and Python scripting.

Notes:
This PR focuses only on content and does not address hosting or building the documentation.

Screenshot 2024-12-31 at 5 09 03 PM Screenshot 2024-12-31 at 5 09 22 PM Screenshot 2024-12-31 at 5 09 37 PM Screenshot 2024-12-31 at 5 10 09 PM Screenshot 2024-12-31 at 5 10 22 PM

@codecov-commenter
Copy link

codecov-commenter commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.31%. Comparing base (2a4caa7) to head (f214834).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #324   +/-   ##
=======================================
  Coverage   93.31%   93.31%           
=======================================
  Files          10       10           
  Lines         778      778           
=======================================
  Hits          726      726           
  Misses         52       52           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pankajastro pankajastro marked this pull request as ready for review December 26, 2024 11:41
@pankajastro pankajastro requested a review from a team as a code owner December 26, 2024 11:41
docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
@pankajkoti pankajkoti closed this Dec 27, 2024
@pankajkoti pankajkoti reopened this Dec 27, 2024
@tatiana tatiana added this to the DAG Factory 0.22.0 milestone Dec 30, 2024
@pankajastro pankajastro force-pushed the quick-start-dcos branch 2 times, most recently from 261b4a1 to f441470 Compare December 31, 2024 11:44
@pankajastro pankajastro requested a review from tatiana December 31, 2024 11:47
Copy link
Contributor

@pankajkoti pankajkoti left a comment

Choose a reason for hiding this comment

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

LGTM. Have left a few minor cosmetic suggestions

docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
docs/quick-start.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@tatiana tatiana left a comment

Choose a reason for hiding this comment

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

Hi @pankajastro, thanks a lot for addressing all the feedback!

It's horrifying how many more steps the quickstart adds when we're not using Astro CLI.

What do you think about keeping a quickstart using Astro CLI (previous commit) and one with Standard Airflow (current version)? You already did the work before so that we can leverage this.

Also, please update our docs index:
https://github.com/astronomer/dag-factory/blob/main/docs/index.md

I left minor feedback inline. In short, we'd be safer if the docs could reference code examples we run in our CI. We've done this in more recent PRs #328 and #327 - so we can leverage the same strategy.

@tatiana tatiana requested a review from a team January 2, 2025 11:26
Copy link
Collaborator

@tatiana tatiana left a comment

Choose a reason for hiding this comment

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

HI @pankajastro, thanks for addressing all the feedback!
There are minor comments in-line, but I'm approving in advance. We'll need to rebase before merging, confirming all the newly introduced checks are passing.

docs/getting-started/quick-start-airflow-standalone.md Outdated Show resolved Hide resolved
docs/getting-started/quick-start-astro-cli.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
@pankajastro pankajastro merged commit 177f608 into main Jan 3, 2025
67 checks passed
@pankajastro pankajastro deleted the quick-start-dcos branch January 3, 2025 11:53
@pankajkoti pankajkoti mentioned this pull request Jan 10, 2025
tatiana pushed a commit that referenced this pull request Jan 10, 2025
### Added

- Propagate provided dag_display_name to built dag by @pankajkoti in
#326
- Add incipient documentation tooling by @tatiana in #328
- Support loading `default_args` from shared `defaults.yml` by
@pankajastro in #330
- Add security policy by @tatiana in #339
- Add Robust Support for Callbacks at Task and TaskGroup Level by
@@jroach-astronomer in #322
- Support `ExternalTaskSensor` `execution_date_fn` and `execution_delta`
by @tatiana in #354
- Refactor and add support for schedule conditions in DAG configuration
by @ErickSeo in #320

### Fixed

- Handle gracefully exceptions during telemetry collection by @tatiana
in #335
- Adjust `markdownlint` configuration to enforce 4-space indentation for
proper `mkdocs` rendering by @pankajkoti in #345

### Docs

- Create initial documentation index by @tatiana in #325
- Use absolute URLs for failing links in docs/index.md by @pankajkoti in
#331
- Add quick start docs by @pankajastro in #324
- Add docs comparing Python and YAML-based DAGs by @tatiana in #327
- Add docs about project contributors and their roles by @tatiana in
#341
- Add documentation to support developers by @tatiana in #343
- Add docs for configuring workflows, environment variables and defaults
by @pankajkoti in #338
- Add code of conduct for contributors and DAG factory community by
@tatiana in #340
- Document Dynamic Task Mapping feature by @pankajkoti in #344
- Fix warning message 404 in code_of_conduct docs by @pankajastro in
#346
- Update theme for documentation by @pankajastro in #348
- Fix markdownlint errors and some rendering improvements by
@pankajastro in #356
- Reword content in documentation by @yanmastin-astro in #336

### Others

- Improve integration tests scripts by @tatiana in #316
- Add Markdown pre-commit checks by @tatiana in #329
- Remove Airflow <> 2.0.0 check by @pankajastro in #334
- Reduce telemetry timeout from 5 to 1 second by @tatiana in #337
- Add GH action job to deploy docs by @pankajastro in #342
- Enable Depandabot to scan outdated Github Actions dependencies by
@tatiana in #347
- Improve docs deploy job by @pankajastro in #352
- Unify how we build dagfactory by @tatiana in #353
- Fix running make docker run when previous versions were run locally by
@tatiana in #362
- Install `jq` in `dev` container by @pankajastro in #363
- Dependabot GitHub actions version upgrades in #349, #350, #351


Closes: #306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add quick start docs
4 participants