StatCan / aaw

Documentation for the Advanced Analytics Workspace Platform

Home Page:https://statcan.github.io/aaw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update BlobCSI Dev Docs

bryanpaget opened this issue · comments

Description

The documentation for creating an FDI bucket/container is not accurate.

We need to remove this part since it's not always required:

{
  "bucketName":  "<should-be-provided-for-you>-transit",
  "pvName": "<acronym>-inbox-eprotb",
  "subfolder": "from-de",
  "readers": ["<name-of-kuebeflow-profile>"],
  "writers": ["<name-of-kuebeflow-profile>"],
  "spn": "aaw-<acronym>-prod-sp"
},
{
  "bucketName": "<should-be-provided-for-you>-transit",
  "pvName": "<acronym>-outbox-eprotb",
  "subfolder": "to-vers",
  "readers": ["<name-of-kuebeflow-profile>"],
  "writers": ["<name-of-kuebeflow-profile>"],
  "spn": "aaw-<acronym>-prod-sp"
}

"Not all use cases Storage have a "transit" container, with its "Inbox" and "Outbox"; only the ones for which we've been asked to implement an automated ingestion and/or extraction pipeline. When no automation is needed, the "transit" container/folders shouldn't be mounted on your side."

More Info

remove that part and then re-add it in somewhere for when it is required!