Skip to content

Commit d2a3a96

Browse files
authored
Merge pull request #88 from keboola/adamvyborny-PST-1376
Make ALLOWED_DATA_TYPES_BACKEND constant public
2 parents 4d14047 + 1f8090e commit d2a3a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manifest/ManifestManager/Options/OutTable/ManifestOptionsSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ManifestOptionsSchema
1616
private ?string $description;
1717
private ?array $metadata;
1818

19-
private const ALLOWED_DATA_TYPES_BACKEND = [
19+
public const ALLOWED_DATA_TYPES_BACKEND = [
2020
'base', 'redshift', 'snowflake', 'synapse', 'bigquery', 'exasol',
2121
];
2222

0 commit comments

Comments
 (0)