Duy Ha

Results 10 comments of Duy Ha

Why do we need to enhance the `build_batch_spec`? To config some runtime batch requests like this: ```python from great_expectations.core.batch import RuntimeBatchRequest validator = data_context.get_validator( batch_request=RuntimeBatchRequest( datasource_name="vertica", data_connector_name="default_runtime_data_connector_name", data_asset_name="stagging.TABLE_NAME", runtime_parameters={ "query":...

This pull request also resolves the [issue 3328](https://github.com/great-expectations/great_expectations/issues/3328).

@AFineDayFor Hello there, I have submitted the cla for both `[email protected]` and `[email protected]`, and rechecked with cla-bot but it still failed. ![image](https://user-images.githubusercontent.com/20496271/195535154-8f91ec0f-6e45-4919-80b7-ada7782186aa.png) What should I do now? c.c @kyleaton

@anthonyburdi Thanks for your help. We still have some issues, when the `create table as {query}` statement can not work with a query returning complex types column ([checkout the docs](https://www.vertica.com/docs/11.0.x/HTML/Content/Authoring/AdministratorsGuide/Tables/CreateTableAsQuery.htm))....

Hello @tamir-pl @talagluck, I am planning to add the support to run Great Expectations on Vertica. It means at the starting point, Vertica will not be fully supported, buts will...

Maybe this pull request can close the issue #25

@georgesittas Thanks, let me finish this

I found hive dialect is uppercase too. Spark inherits spark2, which inherits hive, all are the same. So, maybe most of dialects are in uppercase. ```bash 0: jdbc:hive2://localhost:10000/> select hex('Hello');...