@Generated public class DbtTask extends Object
| Constructor and Description |
|---|
DbtTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCatalog() |
Collection<String> |
getCommands() |
String |
getProfilesDirectory() |
String |
getProjectDirectory() |
String |
getSchema() |
Source |
getSource() |
String |
getWarehouseId() |
int |
hashCode() |
DbtTask |
setCatalog(String catalog) |
DbtTask |
setCommands(Collection<String> commands) |
DbtTask |
setProfilesDirectory(String profilesDirectory) |
DbtTask |
setProjectDirectory(String projectDirectory) |
DbtTask |
setSchema(String schema) |
DbtTask |
setSource(Source source) |
DbtTask |
setWarehouseId(String warehouseId) |
String |
toString() |
public String getCatalog()
public DbtTask setCommands(Collection<String> commands)
public Collection<String> getCommands()
public String getProfilesDirectory()
public String getProjectDirectory()
public String getSchema()
public Source getSource()
public String getWarehouseId()
Copyright © 2024. All rights reserved.