GitHub user Zevrap-81 added a comment to the discussion: load_table endpoint

is there a way to do this using the setup command of polaris cli? like in the 
yaml file?

```
  - name: dev_catalog
    type: internal
    storage_type: s3
    default_base_location: s3://dev-bucket/dev_catalog/
    allowed_locations:
      - s3://dev-bucket/dev_catalog/
    endpoint: http://192.168.0.72:9008
    path_style_access: true
    roles:
      catalog_admin:
        assign_to:
          - service_admin
        privileges:
          catalog:
            - CATALOG_MANAGE_ACCESS
            - CATALOG_MANAGE_METADATA
      data_ops_catalog_role:
        assign_to:
          - data_ops_role
        privileges:
          catalog:
            - CATALOG_MANAGE_CONTENT
    namespaces:
      - name: Dev
        properties:
          location: s3://dev-bucket/dev_catalog/Dev/
```

if so should i create a section properties and then add this storage 
configuration there?

GitHub link: 
https://github.com/apache/polaris/discussions/4261#discussioncomment-16734402

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to