Pankaj Koti

Results 130 comments of Pankaj Koti

I faced the same issue @MT-Cash . Looks like you would need to rename your `spec.yaml`to `swagger-spec.yaml`. It needs `swagger` in the file name according to the regex specified. That...

@pankajastro explored Github Actions and will try out Github action along the lines of this ticket today.

@kaxil did you mean to tag me as well in the comment? You seem to have tagged Pankaj Singh twice, but I see myself also as an assignee :)

I will work on the implementation today. @pankajastro I will update you on the progress by today EOD and seek your help tomorrow. If you think you can construct the...

I have started with the implementation but progressing a bit slow as I am new to the project structure and overall functional implementations. I am afraid that the implementation itself...

I am stuck at connecting to the Redshift cluster using the astro-sdk repo and test-connections.yaml having connection object to a redshift cluster created in DAG Authoring AWS account. Yesterday, spent...

Yesterday: Wrote a barebone python script to check we’re able to write Pandas dataframe to Redshift. The pandas dataframe to_sql function works well Tatiana pointed in the right direction to...

Initial approach to use the query using psycopg2 connection similar to postgres did not run well for Redshift. Today, I will aim to proceed by following the approach listed here:...

The support for Redshift database is in for all operators except for merge_table operator which will come in a separate PR as it needs some discussion on the merge strategy...