clarify in the docs that keys in the product field can be anything
See original GitHub issueI 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:
- Created a year ago
- Comments:8 (8 by maintainers)
Top 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 >
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
Cool. Me pongo a ello.
I made the changes and opened PR#1033