Skip to content

Commit

Permalink
Dedicated connectors (#4956)
Browse files Browse the repository at this point in the history
* Dedicated connectors

* Tests

* Removed unused functions

* empty rill.yaml

* Tests and corresponding fixes

* Removed connector's name field and simplified

* Removed redundant variable

* Removed redundant logic around name
  • Loading branch information
esevastyanov authored May 30, 2024
1 parent b78120e commit ca99688
Show file tree
Hide file tree
Showing 21 changed files with 2,117 additions and 1,055 deletions.
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

1 comment on commit ca99688

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.