Skip to content

Commit 11cdc30

Browse files
authored
Update project.go
1 parent 3f2c58c commit 11cdc30

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/dbt_cloud/project.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ func (c *Client) GetProject(projectID string) (*Project, error) {
5858
func (c *Client) CreateProject(name string, dbtProjectSubdirectory string, connectionID int, repositoryID int) (*Project, error) {
5959
newProject := Project{
6060
Name: name,
61-
ConnectionID: &connectionID,
62-
RepositoryID: &repositoryID,
6361
State: 1,
6462
AccountID: c.AccountID,
6563
}

0 commit comments

Comments
 (0)