Stephan Huber
|
5543a91cc1
|
Merge remote-tracking branch 'upstream/master'
|
2020-01-24 10:38:19 +01:00 |
|
Asher Foa
|
d9d055c75d
|
Fix more typos.
|
2020-01-23 10:15:02 -08:00 |
|
Stephan Huber
|
0527e88d46
|
Merge remote-tracking branch 'upstream/master'
|
2019-12-23 08:38:53 +01:00 |
|
Asher Foa
|
96e5b1993d
|
Run black on moto & test directories.
|
2019-10-31 10:36:05 -07:00 |
|
Stephan Huber
|
5a9c921d97
|
Merge remote-tracking branch 'upstream/master'
|
2019-08-30 14:39:29 +02:00 |
|
Don Kuntz
|
c8d8aa4dd0
|
Add glue.batch_get_partition endpoint
|
2019-07-17 14:11:34 -05:00 |
|
Don Kuntz
|
df2d2ac6b4
|
Add endpoints to glue for deleting partitions
Specifically add glue.delete_partition and glue.batch_delete_partition.
|
2019-06-11 14:32:50 -05:00 |
|
Don Kuntz
|
df493ea18d
|
Add glue.batch_delete_table, and fix glue.batch_create_partition to respond correctly (#2233)
* Fix glue.batch_create_partition to only respond with Errors if Errors occurred
* Add glue.batch_delete_table endpoint
* Remove unused variable
|
2019-06-10 20:14:30 +01:00 |
|
Don Kuntz
|
3833449b36
|
Add batch_create_partition endpoint to Glue client (#2232)
* Add batch_create_partition endpoint to Glue client
* Remove exception as e from glue batch_create_partition, because it's unused
|
2019-06-07 09:28:10 +01:00 |
|
Stephan
|
d0de38601d
|
Merge remote-tracking branch 'upstream/master'
|
2019-05-28 08:55:50 +02:00 |
|
Don Kuntz
|
238d1c7c39
|
Add glue.delete_table endpoint, for allowing tables to be deleted (#2112)
* Add glue.delete_table endpoint, for allowing tables to be deleted
* remove extra whitespace
|
2019-05-25 10:58:41 +01:00 |
|
Stephan
|
e51d1bfade
|
merge
|
2018-12-21 12:28:56 +01:00 |
|
Stephan Huber
|
0ba213ffcc
|
Merge branch 'master' of https://github.com/spulec/moto into spulec-master
|
2018-10-16 15:29:56 +02:00 |
|
Ash Berlin-Taylor
|
5783d66206
|
Mock more of the Glue Data Catalog APIs
This adds some of the missing Get/Update/Create APIs relating to the
Glue data catalog -- but not yet all of them, and none of the Batch* API
calls.
|
2018-10-03 15:34:38 +01:00 |
|
TheDooner64
|
d988ee15fe
|
Add create_table, get_table, and get_tables for the Glue Data Catalog
|
2018-08-05 19:18:11 -04:00 |
|
TheDooner64
|
c5c57efbb5
|
Creating a database that already exists in the glue data catalog raises an exception
|
2018-08-05 19:18:11 -04:00 |
|
TheDooner64
|
77f0a61c9f
|
Add scaffolding for Glue service, including create_database and get_database for the Glue Data Catalog
|
2018-08-05 19:18:11 -04:00 |
|