* implement potential fix for #3571. * freeze_time decorator not used in TEST_SERVER_MODE
This commit is contained in:
parent
17d94f9e09
commit
a2246df1a4
5 changed files with 75 additions and 17 deletions
|
|
@ -53,3 +53,16 @@ PARTITION_INPUT = {
|
|||
# 'TableName': 'source_table',
|
||||
# 'Values': ['2018-06-26'],
|
||||
}
|
||||
|
||||
DATABASE_INPUT = {
|
||||
"Name": "testdatabase",
|
||||
"Description": "a testdatabase",
|
||||
"LocationUri": "",
|
||||
"Parameters": {},
|
||||
"CreateTableDefaultPermissions": [
|
||||
{
|
||||
"Principal": {"DataLakePrincipalIdentifier": "a_fake_owner"},
|
||||
"Permissions": ["ALL"],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue