Skip to content

Commit

Permalink
execute getting started, future proof flyte decks (#1036)
Browse files Browse the repository at this point in the history
* execute getting started, future proof flyte decks

Signed-off-by: Niels Bantilan <[email protected]>

* bump flytekit

Signed-off-by: Niels Bantilan <[email protected]>

* add deck standard plugin

Signed-off-by: Niels Bantilan <[email protected]>

* debug analytics doc

Signed-off-by: Niels Bantilan <[email protected]>

* debug

Signed-off-by: Niels Bantilan <[email protected]>

* cleanup

Signed-off-by: Niels Bantilan <[email protected]>

* updates

Signed-off-by: Niels Bantilan <[email protected]>

* updates

Signed-off-by: Niels Bantilan <[email protected]>

* use py39 for docs build

Signed-off-by: Niels Bantilan <[email protected]>

* update dbt plugin reqs

Signed-off-by: Niels Bantilan <[email protected]>

* update flytekit dep

Signed-off-by: Niels Bantilan <[email protected]>

---------

Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy authored Jul 21, 2023
1 parent 4a635af commit 0ea3c63
Show file tree
Hide file tree
Showing 10 changed files with 566 additions and 77 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Report Sphinx Warnings
id: sphinx-warnings
# NOTE: myst-nb build warnings are logged in docs/_build/reports/*.err.log
Expand Down
3 changes: 2 additions & 1 deletion docs-requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
flytekit>=1.3.0
flytekit>=1.8.1
git+https://github.com/flyteorg/furo@main
pillow
psycopg2-binary
flytekitplugins-deck-standard
flytekitplugins-kfpytorch
flytekitplugins-sqlalchemy
jupytext
Expand Down
Loading

0 comments on commit 0ea3c63

Please sign in to comment.