receiving the following error on UI, while it is w...
# databricks-integration
h
receiving the following error on UI, while it is working on local system [1/1] currentAttempt done. Last Error: USER::Pod failed. No message received from kubernetes. [fd93672939cc74521a93-n0-0] terminated with exit code (1). Reason [Error]. Message: , line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/root/myfly.py", line 7, in <module> import flyte_db_plugin as fdp ModuleNotFoundError: No module named 'flyte_db_plugin' Traceback (most recent call last): File "/usr/local/bin/pyflyte-fast-execute", line 8, in <module> sys.exit(fast_execute_task_cmd()) File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1130, in call return self.main(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1055, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1404, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.7/site-packages/click/core.py", line 760, in invoke return __callback(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/flytekit/bin/entrypoint.py", line 507, in fast_execute_task_cmd subprocess.run(cmd, check=True) File "/usr/local/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['pyflyte-execute', '--inputs', 's3://dev-wm-max-ml-flyte-us-east-1/metadata/propeller/cloudops-max-flyte-demo-development-fd93672939cc74521a93/n0/data/inputs.pb', '--output-prefix', 's3://dev-wm-max-ml-flyte-us-east-1/metadata/propeller/cloudops-max-flyte-demo-development-fd93672939cc74521a93/n0/data/0', '--raw-output-data-prefix', 's3://dev-wm-max-ml-flyte-us-east-1/jh/fd93672939cc74521a93-n0-0', '--checkpoint-path', 's3://dev-wm-max-ml-flyte-us-east-1/jh/fd93672939cc74521a93-n0-0/_flytecheckpoints', '--prev-checkpoint', '""', '--dynamic-addl-distro', 's3://dev-wm-max-ml-flyte-us-east-1/z4/cloudops-max-flyte-demo/development/GYDH57ORDPDZUM46RHB6UB2UNE======/scriptmode.tar.gz', '--dynamic-dest-dir', '/root', '--resolver', 'flytekit.core.python_auto_container.default_task_resolver', '--', 'task-module', 'myfly', 'task-name', 'generate_normal_df']' returned non-zero exit status 1. .
f
You will need flyte_db_plugin in your environment
Can you build your docker
h
@handsome-noon-32363, just expanding on what Ketan said. How did you build the image used in this execution? Can you share how you kicked off this execution? Give https://docs.flyte.org/projects/cookbook/en/latest/auto/larger_apps/index.html a read. In that guide we explain the need to build images that contain user code + any extra dependencies.
h
Thanks for sending me this docs but i am trying to creating the workflows, for tha i am using the following command [XXX@ip-XXXXX myfly]$ flytectl get workflows --project cloudops-max-flyte-demo --domain development flyte.workflows.myfly.wf --version v1 -o doturl {"json":{},"level":"error","msg":"failed to initialize token source provider. Err: failed to fetch auth metadata. Error: rpc error: code = Unimplemented desc = unknown service flyteidl.service.AuthMetadataService","ts":"2022-10-10T183957Z"} {"json":{},"level":"warning","msg":"Starting an unauthenticated client because: can't create authenticated channel without a TokenSourceProvider","ts":"2022-10-10T183957Z"} Opening the browser at http://graph.flyte.org/#strict%20digraph%20%20%7B%0A%09start_node-XXXXXX Error: exec: "xdg-open,x-www-browser,www-browser": executable file not found in $PATH {"json":{},"level":"error","msg":"exec: \"xdg-open,x-www-browser,www-browser\": executable file not found in $PATH","ts":"2022-10-10T183957Z"}
Copy code
Message:

    Failed to get data from /tmp/flyte-a4r416mc/raw/fe6988a9caa64e4e6e944081ba9eb774 to /tmp/flyteme0d18ba/local_flytekit/6a5e41775726fd126def9896fdde9d23 (recursive=True).

Original exception: cannot copy tree '/tmp/flyte-a4r416mc/raw/fe6988a9caa64e4e6e944081ba9eb774': not a directory

User error.
Hi Team I am getting the above error when trying to integrate the flyte with databricks, Can anyone help me to resolve this error.