| 
							
							
								 Bert Blommers | 96b8e12d45 | Glue: get_table() should return latest version (#6006) | 2023-03-03 18:43:44 -01:00 |  | 
			
				
					| 
							
							
								 Bert Blommers | 95bbb5af4b | Glue: get_table_version() (#5968) | 2023-02-24 20:24:01 -01:00 |  | 
			
				
					| 
							
							
								 Bert Blommers | 768a8884ef | Glue:get_table_version() - Add VersionId/UpdateTime fields (#5940) | 2023-02-17 10:35:15 -01:00 |  | 
			
				
					| 
							
							
								 shmuelqwak | c6c0e50ee9 | [Glue] fix return dates error on sdk . (#5912) | 2023-02-09 12:42:16 -01:00 |  | 
			
				
					| 
							
							
								 Daniel Roschka | 0588db704a | Remove dependency on pytz (#5749) | 2022-12-09 22:56:08 -01:00 |  | 
			
				
					| 
							
							
								 Bert Blommers | 1a8ddc0f2b | Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) | 2022-11-17 21:41:08 -01:00 |  | 
			
				
					| 
							
							
								 rafcio19 | 951a271b49 | Glue: Fix get_tables()-expression (#5533) | 2022-10-05 21:27:08 +00:00 |  | 
			
				
					| 
							
							
								 rafcio19 | e11e4c3551 | Glue: Add expression param to existing get_tables glue api (#5495) | 2022-09-28 10:44:01 +00:00 |  | 
			
				
					| 
							
							
								 Robert Schmidtke | 6abecdf856 | Glue: UpdateDatabase (#5407) | 2022-08-24 09:24:05 +00:00 |  | 
			
				
					| 
							
							
								 Bert Blommers | 3d913f8f15 | MultiAccount support (#5192) | 2022-08-13 09:49:43 +00:00 |  | 
			
				
					| 
							
							
								 tim | a9372c2fbc | Support CatalogId in create_database (#5339) | 2022-07-27 09:38:08 -03:00 |  | 
			
				
					| 
							
							
								 diepholz | 788e14ed40 | add createtime to glue table response (#5245) | 2022-06-20 22:29:16 +00:00 |  | 
			
				
					| 
							
							
								 Bert Blommers | 10bd677cf2 | Admin - enable more Pylint rules (#5037) | 2022-04-18 20:44:56 +00:00 |  | 
			
				
					| 
							
							
								 Bert Blommers | 29d01c35bc | Update Black + formatting (#4926) | 2022-03-10 13:39:59 -01:00 |  | 
			
				
					| 
							
							
								 Bert Blommers | 71f831dae6 | Glue - delete_database() (#4631) | 2021-11-24 12:21:45 -01:00 |  | 
			
				
					| 
							
							
								 Anay Nayak | 3b0bc394f8 | Glue start stop crawler (#4495) | 2021-10-28 21:20:08 +00:00 |  | 
			
				
					| 
							
							
								 Bert Blommers | 14a69c7524 | Techdebt: Enable pylint rules (#4432) | 2021-10-18 19:44:29 +00:00 |  | 
			
				
					| 
							
							
								 Mark Woods | 21021a6a03 | Glue - Implemented create_crawler, get_crawler, get_crawlers, delete_crawler. Updated IMPLEMENTATION_COVERAGE.md. (#4222) | 2021-08-26 10:49:41 +01:00 |  | 
			
				
					| 
							
							
								 aaronfowles-emis | a2246df1a4 | Implement full Database object for Glue get_database() - fix for #3571. (#3572) * implement potential fix for #3571.
* freeze_time decorator not used in TEST_SERVER_MODE | 2021-01-11 13:10:18 +00:00 |  | 
			
				
					| 
							
							
								 Don Kuntz | effb075b62 | Add glue.batch_update_partition (#3534) * Add glue.batch_update_partition
* Fix error output for glue.batch_update_partition and add test case for non-existent partition in the batch update | 2020-12-10 20:03:37 +00:00 |  | 
			
				
					| 
							
							
								 Matěj Cepl | 5697ff87a8 | Back to Black | 2020-11-10 14:12:38 +01:00 |  | 
			
				
					| 
							
							
								 Matěj Cepl | ea489bce6c | Finish porting from nose to pytest. | 2020-11-10 08:25:05 +01:00 |  | 
			
				
					| 
							
							
								 Matěj Cepl | 77dc60ea97 | Port test suite from nose to pytest. This just eliminates all errors on the tests collection. Elimination of
failures is left to the next commit. | 2020-11-10 08:23:44 +01:00 |  | 
			
				
					| 
							
							
								 MarcosBernal | 9381c670ab | change code style to pass black --check | 2020-04-21 22:34:05 +02:00 |  | 
			
				
					| 
							
							
								 MarcosBernal | 753a39ed0d | Add get_databases method to glue moto client. Update IMPLEMENTATION_COVERAGE.md with methods that were covered previously | 2020-04-21 20:10:39 +02:00 |  | 
			
				
					| 
							
							
								 Asher Foa | d9d055c75d | Fix more typos. | 2020-01-23 10:15:02 -08:00 |  | 
			
				
					| 
							
							
								 Asher Foa | 96e5b1993d | Run black on moto & test directories. | 2019-10-31 10:36:05 -07: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 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 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 |  |