Hi team. Per <kedro-viz documentation> we can vis...
# questions
y
Hi team. Per kedro-viz documentation we can visualize data layers using following syntax:
Copy code
companies:
  type: pandas.CSVDataset
  filepath: data/01_raw/companies.csv
  metadata:
    kedro-viz:
      layer: raw
Is
layer
the only key under
kedro-viz
? Can something else be specified to define how this dataset is visualized?
n
Cc @Ravi Kumar Pilla
👍 1
j
@Yury Fedotov by "something else" you mean customising the colors and such? (thinking of https://github.com/kedro-org/kedro-viz/discussions/1852)
y
@Juan Luis well I wish the colors and such were supported, but AFAIK they aren't yet. So in this question I was trying to understand if anything other than the
layer
is available now.
r
Hi @Yury Fedotov, We also support
preview_args
to provide the arguments required to preview your datasets. Please find the docs here. Thank you
y
Thanks @Ravi Kumar Pilla ! That’s what I was looking for.
👍 1