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

Updates to Getting Started docs #485

Merged
merged 3 commits into from
Aug 27, 2020
Merged

Updates to Getting Started docs #485

merged 3 commits into from
Aug 27, 2020

Conversation

kumare3
Copy link
Contributor

@kumare3 kumare3 commented Aug 25, 2020

No description provided.

@kumare3 kumare3 added this to the 0.7.0 milestone Aug 25, 2020
wild-endeavor
wild-endeavor previously approved these changes Aug 25, 2020
@kumare3 kumare3 merged commit cac740d into master Aug 27, 2020
@kumare3 kumare3 deleted the update-getting-started branch February 24, 2021 01:23
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 6, 2022
* Adding configurable audience property for flyte clients

Signed-off-by: pmahindrakar-oss <[email protected]>

* gen

Signed-off-by: pmahindrakar-oss <[email protected]>

Signed-off-by: pmahindrakar-oss <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 20, 2022
made the entities component become more generic that can support Workflow, Task, and others
added the inputs and outputs to task details page
added the versions table in task details page
added the version details page
added task details link in node side panel

Signed-off-by: eugenejahn <[email protected]>

Co-authored-by: Eugene Jahn <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Aug 21, 2023
* Adding configurable audience property for flyte clients

Signed-off-by: pmahindrakar-oss <[email protected]>

* gen

Signed-off-by: pmahindrakar-oss <[email protected]>

Signed-off-by: pmahindrakar-oss <[email protected]>
eapolinario pushed a commit that referenced this pull request Sep 6, 2023
* fast cache working-ish

Signed-off-by: Daniel Rammer <[email protected]>

* processing downstream immediately on cache hit

Signed-off-by: Daniel Rammer <[email protected]>

* moved cache write to node executor

Signed-off-by: Daniel Rammer <[email protected]>

* working cache and cache serialize

Signed-off-by: Daniel Rammer <[email protected]>

* starting to clean up

Signed-off-by: Daniel Rammer <[email protected]>

* removed commented out code

Signed-off-by: Daniel Rammer <[email protected]>

* removed separate IsCacheable and IsCacheSerializable functions from CacheableNode interface

Signed-off-by: Daniel Rammer <[email protected]>

* refactored reservation owner id to new function to remove duplication

Signed-off-by: Daniel Rammer <[email protected]>

* added cache metrics to the node executor

Signed-off-by: Daniel Rammer <[email protected]>

* cleaned up node cache.go

Signed-off-by: Daniel Rammer <[email protected]>

* more cleanup

Signed-off-by: Daniel Rammer <[email protected]>

* setting cache information in phase info so that it is available in events

Signed-off-by: Daniel Rammer <[email protected]>

* minor refactoring and bug fixes

Signed-off-by: Daniel Rammer <[email protected]>

* doing an outputs lookup on cache to ensure correctness during failures

Signed-off-by: Daniel Rammer <[email protected]>

* fix unit tests

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issues

Signed-off-by: Daniel Rammer <[email protected]>

* moved catalog package to the node level

Signed-off-by: Daniel Rammer <[email protected]>

* refactored task handler

Signed-off-by: Daniel Rammer <[email protected]>

* fixed catalog imports on unit testes

Signed-off-by: Daniel Rammer <[email protected]>

* started cache unit tests

Signed-off-by: Daniel Rammer <[email protected]>

* added CheckCatalogCache unit tests

Signed-off-by: Daniel Rammer <[email protected]>

* unit tests for node cache file

Signed-off-by: Daniel Rammer <[email protected]>

* added node executor cache unit tests

Signed-off-by: Daniel Rammer <[email protected]>

* fixed cache unit tets

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issues

Signed-off-by: Daniel Rammer <[email protected]>

* transitioning to 'Succeeded' immediately on cache hit

Signed-off-by: Daniel Rammer <[email protected]>

* supporting cache overwrite

Signed-off-by: Daniel Rammer <[email protected]>

* fixed lint issues

Signed-off-by: Daniel Rammer <[email protected]>

* removed automatic downstream on cache hit

Signed-off-by: Daniel Rammer <[email protected]>

* bumping boilerplate support tools to go 1.19 to fix generate

Signed-off-by: Daniel Rammer <[email protected]>

* fixed unit tests and linter

Signed-off-by: Daniel Rammer <[email protected]>

* removed unnecessary async catalog client from nodeExecutor

Signed-off-by: Daniel Rammer <[email protected]>

* general refactoring

Signed-off-by: Daniel Rammer <[email protected]>

* fastcache working with arraynode

Signed-off-by: Daniel Rammer <[email protected]>

* fixed unit tests - no longer checking for output existance on first execution of cached

Signed-off-by: Daniel Rammer <[email protected]>

* updating documentation TODOs

Signed-off-by: Daniel Rammer <[email protected]>

* updated arraynode fastcache to correctly report cache hits

Signed-off-by: Daniel Rammer <[email protected]>

* remove print statement

Signed-off-by: Daniel Rammer <[email protected]>

* fixed cache serialize

Signed-off-by: Daniel Rammer <[email protected]>

* fixed unit tests

Signed-off-by: Daniel Rammer <[email protected]>

---------

Signed-off-by: Daniel Rammer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants