`runner --cloud-metadata` parsing
See original GitHub issueFrom discord#cml/996742882058838057
- doesn’t work:
cml runner ... --cloud-metadata "Work Area=TeamName"
- doesn’t work:
cml runner ... --cloud-metadata '"Work Area"="TeamName"'
- works:
cml runner ... --cloud-metadata '"Work Area"=TeamName'
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Use Aiven's metadata parser to understand how your data flows
Keep your data assets under control with Aiven's metadata parser. Data's journey in modern companies is usually long, with several steps across ...
Read more >Cloud Code Guide - Parse Docs
Cloud Code is easy to use because it's built on the same Parse JavaScript SDK that powers thousands of apps. The only difference...
Read more >Metadata import fails with parsing error · Issue #5968 - GitHub
I'm trying to track a particular table, export the metadata, then have it apply automatically on startup of the cli image. Below is...
Read more >Debugging cloud-init - cloud-init 22.4.2 documentation
The script /usr/bin/cloud-init has an analyze sub-command analyze which parses any cloud-init.log file into formatted and sorted events.
Read more >Accessing Instance Metadata - App Engine - Google Cloud
Identifying which metadata endpoint to use; Making metadata requests; Running locally. Google Cloud Platform provides a metadata server that knows details ...
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 FreeTop 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
Top GitHub Comments
Wrote test for these, fix it master via the linked above.
My caveat of the tag parsing may change behavior for users who fangaled the quote/whitespace issues, the example:
results with tags like:
@iterative/cml We should warn the discord user before the next release.
It fixed the original where their workflows stopped working probably after some deps bump. So yes I agree this did break the workarounds which Is why I wanted to make sure we notified the user on discord.
To keep the correct parsing as well as the workaround parsing; I believe this would require upstream changes to yargs parsing so I don’t believe it is feasible to support both.