StatCan / aaw

Documentation for the Advanced Analytics Workspace Platform
https://statcan.github.io/aaw/
Other
68 stars 12 forks source link

Update BlobCSI Dev Docs #1940

Closed bryanpaget closed 8 months ago

bryanpaget commented 8 months ago

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

Jose-Matsuda commented 8 months ago

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