We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2c58c commit 11cdc30Copy full SHA for 11cdc30
1 file changed
pkg/dbt_cloud/project.go
@@ -58,8 +58,6 @@ func (c *Client) GetProject(projectID string) (*Project, error) {
58
func (c *Client) CreateProject(name string, dbtProjectSubdirectory string, connectionID int, repositoryID int) (*Project, error) {
59
newProject := Project{
60
Name: name,
61
- ConnectionID: &connectionID,
62
- RepositoryID: &repositoryID,
63
State: 1,
64
AccountID: c.AccountID,
65
}
0 commit comments