Questions tagged [aqua]
6 questions
1
vote
0 answers
OpenAPI in Jetbrains Aqua fail to fetch
I have build a Openapi v3 specification for an api I have running locally. When I open up the GUI and select try it out an execute any request I always get Failed to Fetch.
I have tried accessing it from curl, a web browser as well as the HTTP…

Ellie Rudolph
- 11
- 1
1
vote
0 answers
Is it possible to run query while debugging procedure in aqua data studio?
I found a documentation of SQL Debugger for Sybase ASE
documentation of SQL Debugger for Sybase ASE
But I want to run queries while I am stopping in breakpoint,
using temp tables from the procedure, and vaiables from the procedure
Is it possible?

M Barzel
- 739
- 7
- 9
0
votes
0 answers
Impala -to_timestamp()
Impala to_timestamp() returns extra 1 hour
SELECT to_timestamp(01051984, ddMMyyyy)
returns '1984-05-01 00:00:00'.
SELECT to_timestamp(01041984, ddMMyyyy)
returns '1984-04-01 01:00:00' in DBeaver and Aqua Data Studio and '1984-04-01 00:00:00' in…

Gecko
- 1
- 4
0
votes
0 answers
How to deal or debug this Redshift error code 15004?
In an infrequent way, Redshift throws this error executing from an Airflow DAG a regular query like:
SELECT * FROM schema_name.table_name
WHERE date_field = '2022-06-02'
AND category_field ilike '%category_name%';
DETAIL:
…

Cslayer20
- 67
- 1
- 9
0
votes
0 answers
User: ARN is not authorized to perform: SNS:Publish on resource: ARN (AWS Integration error)
I am trying to monitor an AWS Cloud environment using AquaSec. AquaSec helps you connect with your AWS environment by providing a CloudFormation template, which you would deploy at your AWS environment. Once it is deployed, you use it's ARN in…

Skadoosh
- 699
- 2
- 11
- 27
0
votes
1 answer
VAqua v7 lib causing Java application to fail
Im was trying out the VAqua Look and Feel on MacOS Catalina, its included in classpath and I call it like this
UIManager.setLookAndFeel("org.violetlib.aqua.AquaLookAndFeel");
but then my code fails with
4/11/2019…

Paul Taylor
- 13,411
- 42
- 184
- 351