python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache Iceberg table format to ADLS / azure data lake
I am trying to find some integration to use iceberg table format on adls /azure data lake to perform crud operations. Is it possible to not use any other computation engine like spark to use it on azu...

John
Votes: 0
Answers: 2
Join two tables by historical date
my difficulty is to join two tables with gmv value.
table 1
| id | historical_date| status |
| -------- | -------------- | -------------- |
| 45615266 | 2021-06-02 | Pending |...
Adriano Marques
Votes: 0
Answers: 1
Cast JSON to varchar with Trino
I'm trying to cast JSON object from table column to varchar with Trino I tried with these docs here but every time throws an error. https://trino.io/docs/current/functions/json.html
If someone can pos...

Borislav Blagoev
Votes: 0
Answers: 1
JypterLab cannot Authenticate with Trino (PrestoSQL) using OAUTH2 Token
I am using Trino to connect to PrestoSQL for my organization in the manner below with python. The MFA authentication requires that I click a link to authenticate. The links usually look something like...

albajoin
Votes: 0
Answers: 0