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

[Doc] Airflow agent deployment #4831

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

pingsutw
Copy link
Member

@pingsutw pingsutw commented Feb 5, 2024

Tracking issue

https://github.com/flyteorg/flyte/issues/

Why are the changes needed?

What changes were proposed in this pull request?

How was this patch tested?

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. documentation Improvements or additions to documentation labels Feb 5, 2024
@pingsutw pingsutw requested a review from neverett February 5, 2024 18:44
Copy link

codecov bot commented Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dd90f6b) 59.63% compared to head (0fc30b8) 58.99%.

Additional details and impacted files
@@                   Coverage Diff                   @@
##           docs/agents-updates    #4831      +/-   ##
=======================================================
- Coverage                59.63%   58.99%   -0.64%     
=======================================================
  Files                      567      644      +77     
  Lines                    41228    55145   +13917     
=======================================================
+ Hits                     24585    32532    +7947     
- Misses                   14249    20041    +5792     
- Partials                  2394     2572     +178     
Flag Coverage Δ
unittests 58.99% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 5, 2024
@neverett neverett merged commit 9aac0e8 into docs/agents-updates Feb 5, 2024
47 of 48 checks passed
@neverett neverett deleted the deploy-airflow branch February 5, 2024 20:06
neverett added a commit that referenced this pull request Feb 23, 2024
* small update to start PR

Signed-off-by: nikki everett <[email protected]>

* add airflow and snowflake agent pages and update existing agents docs

Signed-off-by: nikki everett <[email protected]>

* small updates

Signed-off-by: nikki everett <[email protected]>

* [Doc] Airflow agent deployment (#4831)

Signed-off-by: Kevin Su <[email protected]>

* [Doc] Snowflake agent deployment (#4832)

Signed-off-by: Kevin Su <[email protected]>

* copyedits

Signed-off-by: nikki everett <[email protected]>

* move agents guide to flyte

Signed-off-by: nikki everett <[email protected]>

* rename directory and add guide to toctree

Signed-off-by: nikki everett <[email protected]>

* stub out async vs sync agents content

Signed-off-by: nikki everett <[email protected]>

* link to list of agents

Signed-off-by: nikki everett <[email protected]>

* edits for sync vs async agents

Signed-off-by: nikki everett <[email protected]>

* add visible TOC table to index page

Signed-off-by: nikki everett <[email protected]>

* update for async vs sync tasks

Signed-off-by: nikki everett <[email protected]>

* Update async agent example (#4906)

* Add sync agent example

Signed-off-by: Kevin Su <[email protected]>

* nit

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>

* formatting and copy updates

Signed-off-by: nikki everett <[email protected]>

* fix formatting in snowflake doc, small fixes in agents procedural docs

Signed-off-by: nikki everett <[email protected]>

* fix toctree

Signed-off-by: nikki everett <[email protected]>

* add link

Signed-off-by: nikki everett <[email protected]>

* fix links

Signed-off-by: nikki everett <[email protected]>

* update link

Signed-off-by: nikki everett <[email protected]>

* import blog content

Signed-off-by: nikki everett <[email protected]>

* rename agent creation doc, small content updates

Signed-off-by: nikki everett <[email protected]>

* fix article title

Signed-off-by: nikki everett <[email protected]>

* fix link

Signed-off-by: nikki everett <[email protected]>

* undo unnecessary formatting change in unrelated file

Signed-off-by: nikki everett <[email protected]>

---------

Signed-off-by: nikki everett <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Kevin Su <[email protected]>
yubofredwang pushed a commit to yubofredwang/flyte that referenced this pull request Mar 26, 2024
* small update to start PR

Signed-off-by: nikki everett <[email protected]>

* add airflow and snowflake agent pages and update existing agents docs

Signed-off-by: nikki everett <[email protected]>

* small updates

Signed-off-by: nikki everett <[email protected]>

* [Doc] Airflow agent deployment (flyteorg#4831)

Signed-off-by: Kevin Su <[email protected]>

* [Doc] Snowflake agent deployment (flyteorg#4832)

Signed-off-by: Kevin Su <[email protected]>

* copyedits

Signed-off-by: nikki everett <[email protected]>

* move agents guide to flyte

Signed-off-by: nikki everett <[email protected]>

* rename directory and add guide to toctree

Signed-off-by: nikki everett <[email protected]>

* stub out async vs sync agents content

Signed-off-by: nikki everett <[email protected]>

* link to list of agents

Signed-off-by: nikki everett <[email protected]>

* edits for sync vs async agents

Signed-off-by: nikki everett <[email protected]>

* add visible TOC table to index page

Signed-off-by: nikki everett <[email protected]>

* update for async vs sync tasks

Signed-off-by: nikki everett <[email protected]>

* Update async agent example (flyteorg#4906)

* Add sync agent example

Signed-off-by: Kevin Su <[email protected]>

* nit

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>

* formatting and copy updates

Signed-off-by: nikki everett <[email protected]>

* fix formatting in snowflake doc, small fixes in agents procedural docs

Signed-off-by: nikki everett <[email protected]>

* fix toctree

Signed-off-by: nikki everett <[email protected]>

* add link

Signed-off-by: nikki everett <[email protected]>

* fix links

Signed-off-by: nikki everett <[email protected]>

* update link

Signed-off-by: nikki everett <[email protected]>

* import blog content

Signed-off-by: nikki everett <[email protected]>

* rename agent creation doc, small content updates

Signed-off-by: nikki everett <[email protected]>

* fix article title

Signed-off-by: nikki everett <[email protected]>

* fix link

Signed-off-by: nikki everett <[email protected]>

* undo unnecessary formatting change in unrelated file

Signed-off-by: nikki everett <[email protected]>

---------

Signed-off-by: nikki everett <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Kevin Su <[email protected]>
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 lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants