We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35d332 commit 3eb0b28Copy full SHA for 3eb0b28
oci/export_resource_helpers.go
@@ -338,6 +338,9 @@ func init() {
338
339
exportDatabaseVmClusterNetworkHints.getIdFn = getDatabaseVmClusterNetworkId
340
341
+ exportDatascienceModelHints.defaultValuesForMissingAttributes = map[string]string{
342
+ "artifact_content_length": "0",
343
+ }
344
exportDatascienceModelProvenanceHints.getIdFn = getModelProvenanceId
345
346
exportIdentityAvailabilityDomainHints.resourceAbbreviation = "ad"
0 commit comments