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

[BUG] flytekit 0.10.1 is broken, queuing_budget not found #410

Closed
2 of 13 tasks
kumare3 opened this issue Jul 12, 2020 · 1 comment
Closed
2 of 13 tasks

[BUG] flytekit 0.10.1 is broken, queuing_budget not found #410

kumare3 opened this issue Jul 12, 2020 · 1 comment
Assignees
Labels
bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers
Milestone

Comments

@kumare3
Copy link
Contributor

kumare3 commented Jul 12, 2020

Describe the bug
If you use latest version of flytekit (or flyteidl + flytekit)
Workflow execution launching fails

[2020-07-11 07:39:23,149] {base_task_runner.py:95} INFO - Subtask:   File "/srv/venvs/service/trusty/service_venv_python3.6/lib/python3.6/site-packages/flytekit/models/core/workflow.py", line 510, in from_flyte_idl
[2020-07-11 07:39:23,149] {base_task_runner.py:95} INFO - Subtask:     queuing_budget=pb2_object.queuing_budget.ToTimedelta() if pb2_object.queuing_budget else None,
[2020-07-11 07:39:23,149] {base_task_runner.py:95} INFO - Subtask: flytekit.common.exceptions.scopes.FlyteScopedSystemException: queuing_budget

Expected behavior
It should work

Flyte component

  • Overall
  • Flyte Setup and Installation scripts
  • Flyte Documentation
  • Flyte communication (slack/email etc)
  • FlytePropeller
  • FlyteIDL (Flyte specification language)
  • Flytekit (Python SDK)
  • FlyteAdmin (Control Plane service)
  • FlytePlugins
  • DataCatalog
  • FlyteStdlib (common libraries)
  • FlyteConsole (UI)
  • Other

Additional context
This can be tested by registering and trying to launch an execution

@kumare3 kumare3 added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Jul 12, 2020
@kumare3
Copy link
Contributor Author

kumare3 commented Jul 12, 2020

Also deleted 0.17.36 from PyPi

@kumare3 kumare3 self-assigned this Jul 12, 2020
@kumare3 kumare3 closed this as completed Jul 12, 2020
@kumare3 kumare3 added this to the 0.6.0 milestone Jul 12, 2020
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Dec 6, 2022
…org#410)

* Fixed minor log message formatting

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Added override for interruptible flag to execution config

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Interruptible override now uses BoolValue wrapper
Allows for distinguishment between no value being provided and an override to false

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Test comments cleanup

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Use released flyteidl/flytepropeller versions

Signed-off-by: Nick Müller <nmueller@blackshark.ai>
eapolinario added a commit to eapolinario/flyte that referenced this issue Dec 20, 2022
* Initial version

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add venv to dockerfile

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Rename feast integration dir

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Configure minio in the image

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Refactoring + retrieve offline features

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove all_together

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Attempt to add s3 credentials to image

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Fix s3 endpoint

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* custom provider

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Transform FeatureView prior to executing queries

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Set PYTHONPATH

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Set PYTHONPATH to multiple values

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove "custom_provider" from path

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Replace minio endpoint

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Print env vars

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Set FEAST_S3_ENDPOINT_URL while building feature store

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove minio credentials from image

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add aws env vars

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove mention to local provider

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove piping of registry object

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Create random path via FlyteContext

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Revert "Remove piping of registry object"

This reverts commit ccdf3264bb5b428eb2b474d8422a21a5bb82b0b5.

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Clean up feature description and remove debugging statements

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add tasks up to `train_model`

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Rename workflow

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Comment use of custom provider

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Rename workflow

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* fix error in training

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add TODO

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Import feature_eng tasks directly

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add store_online task

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Copy remote file to a local file and replace batch_source in materialize

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add some debugging statements and fix local execution parameter

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add remaining steps to workflow

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Regenerate requirements files

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Regenerate requirements and put replacement of remote files back in custom provider

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add more logging

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Regenerate requirements again

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add workflow return type

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Include a directory prefix in the model filename

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove unused overrides in custom provider and comment use of localize_feature_view

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Add type transformer

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Pipe _Feature_Store to all interactions with feast

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove unnecessary override in custom provider

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Rearrange initialization of FeatureStore for better legibility

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Revert "Remove unnecessary override in custom provider"

This reverts commit 2808ba07b2ba73f77d2f6c1a08aba0c2cdccea97.

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Use create_node to enforce order

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove unused function

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Guard env vars behind a check

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Expose inputs to workflow

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Task to build FeatureStore

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Do not guard env vars behind a check

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Experiment with converted_df

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Comments

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove commented code from type transformer

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove unused portion of sandbox.config

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove TODO

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove registry parameter from local execution

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* No need for type transformers

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove mentions to type transformers

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Copy README.rst from flyteorg/flytesnacks#322

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Step 3 of guide on adding a new integration

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Remove extraneous print statement and turn comments into docstrings in custom provider

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Comments on README.rst

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Fix link to feast

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Fix serialization of feast_integration dir

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Co-authored-by: Samhita Alla <aallasamhita@gmail.com>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Aug 21, 2023
…org#410)

* Fixed minor log message formatting

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Added override for interruptible flag to execution config

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Interruptible override now uses BoolValue wrapper
Allows for distinguishment between no value being provided and an override to false

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Test comments cleanup

Signed-off-by: Nick Müller <nmueller@blackshark.ai>

* Use released flyteidl/flytepropeller versions

Signed-off-by: Nick Müller <nmueller@blackshark.ai>
eapolinario pushed a commit that referenced this issue Sep 8, 2023
* Rename externalPluginService to AgentService

Signed-off-by: Kevin Su <pingsutw@apache.org>

* nit

Signed-off-by: Kevin Su <pingsutw@apache.org>

---------

Signed-off-by: Kevin Su <pingsutw@apache.org>
eapolinario pushed a commit that referenced this issue Sep 13, 2023
* Rename externalPluginService to AgentService

Signed-off-by: Kevin Su <pingsutw@apache.org>

* nit

Signed-off-by: Kevin Su <pingsutw@apache.org>

---------

Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
pvditt pushed a commit that referenced this issue Dec 29, 2023
* Rename externalPluginService to AgentService

Signed-off-by: Kevin Su <pingsutw@apache.org>

* nit

Signed-off-by: Kevin Su <pingsutw@apache.org>

---------

Signed-off-by: Kevin Su <pingsutw@apache.org>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Apr 30, 2024
flyteorg#3458 Include default MinIO credentials in sandbox console readout

Signed-off-by: Ruslan Gainanov <gromrx1@gmail.com>
eapolinario pushed a commit to eapolinario/flyte that referenced this issue Apr 30, 2024
flyteorg#3458 Include default MinIO credentials in sandbox console readout

Signed-off-by: Ruslan Gainanov <gromrx1@gmail.com>
austin362667 pushed a commit to austin362667/flyte that referenced this issue May 7, 2024
flyteorg#3458 Include default MinIO credentials in sandbox console readout

Signed-off-by: Ruslan Gainanov <gromrx1@gmail.com>
robert-ulbrich-mercedes-benz pushed a commit to robert-ulbrich-mercedes-benz/flyte that referenced this issue Jul 2, 2024
flyteorg#3458 Include default MinIO credentials in sandbox console readout

Signed-off-by: Ruslan Gainanov <gromrx1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers
Projects
None yet
Development

No branches or pull requests

1 participant