AttributeError: Cannot set unknown property 'run_id' on artifact Artifact(type_name: Examples, uri: , id: 0).
See original GitHub issueI am testing the latest 0.21rc and I noticed that the ExampleGen components fail with
AttributeError: Cannot set unknown property 'run_id' on artifact Artifact(type_name: Examples, uri: , id: 0).
I tried two ExampleGen components. The pipeline setup was working fine under 0.15.
Colab to reproduce: https://colab.research.google.com/drive/1Lod4ll5cW-VPMBmwmTlqBqLiCCNG_umE
Is anyone else experiencing this issue under 0.21rc?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
Could not get unknown property 'compile' for object of type org ...
Error:Error:line (25)Could not get unknown property 'compile' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.
Read more >wandb/public.py at main - GitHub
A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API. - wandb/public.py at main ·...
Read more >OpenIDM 3 > Integrator's Guide - ForgeRock Backstage
Guide to configuring and integrating OpenIDM into identity management solutions. The OpenIDM project offers flexible, open source services for automating ...
Read more >Repository Objects Reference - SAP Help Portal
Start an HTTP server on a con figurable port. It handles GET and. POST requests re ceived from a con figurable handler path.Create...
Read more >Curtin University - Observatory Platform
date and the many Airflow related properties such as the DAG id, ... Examples of snapshot telescopes found in the Observatory Platform ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jiyongjung0 @rcrowe-google Just tried the 0.21.0 release and the bug seems to be fixed! Thank you!
@hanneshapke I have run into the same error too but this time with chicago taxi example. Heres my gist. I think the error is arising from
def run()
in theclass InteractiveContext(object):
not setting therun_id
(timestamp) to the artifact. Thanks for reporting this!