question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

clarify in the docs that keys in the product field can be anything

See original GitHub issue

I got a user who asked me if their pipeline.yaml looked well and I noticed they had something like this:

tasks:
   # ... a bunch of tasks
   - source: fit.py
      product:
        nb: path/to/report.html
        data: path/to/data.csv
        data1: path/to/data.csv
        data2: path/to/data.csv

The user was confused and thought that the naming should be name, name1, name2. So we should add a little note in the basic concepts guide to explicitly say that keys can have any name. (e.g., data, data_clean, model, etc)

https://docs.ploomber.io/en/latest/get-started/basic-concepts.html

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
mheredcommented, Oct 10, 2022

Cool. Me pongo a ello.

0reactions
mheredcommented, Oct 12, 2022

I made the changes and opened PR#1033

Read more comments on GitHub >

github_iconTop Results From Across the Web

Foreign Key Constraint | CockroachDB Docs
The `FOREIGN KEY` constraint specifies a column can contain only values exactly matching existing values from the column it references.
Read more >
Use Smart Fill in Sheets to automate data entry - Google Support
Smart Fill will detect patterns and make suggestions to help automate data entry. You can use Smart Fill for ... Tip: Click a...
Read more >
Create a table and add fields - Microsoft Support
This article explains how to create a table, add fields to a table, set a table's primary key, and how to set field...
Read more >
Language Guide | Protocol Buffers - Google Developers
For example, let's say you want to add a corpus field for each SearchRequest , where the corpus can be UNIVERSAL , WEB...
Read more >
Exploring data in Looker | Google Cloud
A pop-up that appears when you hover over a field name also confirms the sort order: You can sort by multiple columns by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found