Create Dataset¶
Documentation¶
Create new push Dataset with schema from input table.
Newly created datsets will contain one table with schema (column names and types) determined by the input table.
Duplicate dataset names are not allowed, so you must make sure to enter a unique and unused name or select a fallback option (When exists) to determine what happens if a dataset with the same name already exists.
Propagates PowerBi input to output with the following changes:
Active dataset is set/replaced.
Definition¶
Input ports¶
- powerbi
Type: powerbiDescription: PowerBi- table
Type: tableDescription: Table
Output ports¶
- powerbi
Type: powerbiDescription: PowerBi
Configuration¶
- Dataset name (dataset)
Dataset name, it may not be empty
- When exists (exists)
Action when dataset name already exists
- Retention policy (retention)
Retention policy, FIFO: (first in first out) keep most recent 200,000 rows. None: Keep all rows, max 5,000,000.
- Table name (table)
Table name, if not specified, dataset name will be used as table name
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_powerbi.CreateDatasetPowerBi[source]