Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedicated connectors #4956

Merged
merged 9 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cli/cmd/project/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ func parseResourceKind(k string) string {
return runtime.ResourceKindDashboard
case "api":
return runtime.ResourceKindAPI
case "connector":
return runtime.ResourceKindConnector
default:
return k
}
Expand Down
2 changes: 1 addition & 1 deletion proto/gen/rill/admin/v1/admin.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@ definitions:
`NullValue` is a singleton enumeration to represent the null value for the
`Value` type union.

The JSON representation for `NullValue` is JSON `null`.
The JSON representation for `NullValue` is JSON `null`.

- NULL_VALUE: Null value.
rpcStatus:
Expand Down
2,069 changes: 1,150 additions & 919 deletions proto/gen/rill/runtime/v1/resources.pb.go

Large diffs are not rendered by default.

Loading
Loading