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

deployments only displaying parameters "args" and "kwargs" #16462

Open
adamivansky opened this issue Dec 19, 2024 · 2 comments
Open

deployments only displaying parameters "args" and "kwargs" #16462

adamivansky opened this issue Dec 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@adamivansky
Copy link

Bug summary

After updates to the Prefect cloud UI, parameters defined for deployments are no longer displaying in the deployment UI as they used to and the only way to access deployment parameters is via the JSON option.

The UI only displays two parameters: args and kwargs. There were never defined.

The example below shows the deployment UI before and after pressing the JSON toggle.

image image

The UI is only showing 2 parameters while the JSON representation is showing many more parameters.

Version info

Version:             2.19.9
API version:         0.8.4
Python version:      3.12.4
Git commit:          0e5fa902
Built:               Thu, Jul 25, 2024 11:59 AM
OS/Arch:             linux/aarch64
Profile:             default
Server type:         ephemeral
Server:
  Database:          sqlite
  SQLite version:    3.40.1

Additional context

No response

@adamivansky adamivansky added the bug Something isn't working label Dec 19, 2024
@aaazzam
Copy link
Collaborator

aaazzam commented Dec 20, 2024

Hey @adamivansky! Can't quite reproduce on my end. I'm in cloud with a fresh deployment with a pretty complex function signature but still using the cloud UI representing the params correctly.

Can you help me find a good reproducible example so I can figure out what you're experiencing?

@akfmdl
Copy link

akfmdl commented Dec 26, 2024

I am experiencing the same issue. The version I am using is prefect==2.19.9, and the self-hosted server is using the prefect-server-2024.10.15184517 image. The issue occurs when I import certain libraries that conflict with Prefect. For example: import pandas as pd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants