(
self, data_source: DataSource, project: str, commit: bool = True
)
| 669 | ) |
| 670 | |
| 671 | def apply_data_source( |
| 672 | self, data_source: DataSource, project: str, commit: bool = True |
| 673 | ): |
| 674 | return self._apply_object( |
| 675 | data_sources, project, "data_source_name", data_source, "data_source_proto" |
| 676 | ) |
| 677 | |
| 678 | def apply_feature_view( |
| 679 | self, |
no test coverage detected