X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.22.2a (ClamAV engine v0.102.2) X-Junk-Score: 0 [] X-KAS-Score: 0 [] From: "Don Lindsay" Received: from st43p00im-ztbu10063701.me.com ([17.58.63.178] verified) by post.selbstdenker.com (CommuniGate Pro SMTP 6.3.3) with ESMTPS id 25480671 for webobjects-dev@wocommunity.org; Sun, 28 Feb 2021 04:21:20 +0100 Received-SPF: pass receiver=post.selbstdenker.com; client-ip=17.58.63.178; envelope-from=pccdonl@icloud.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1614482458; bh=d7MtNoCH5xCIC4EwhHr3t9nJWOwPo3LX4FzW2CFJu/8=; h=From:Content-Type:Mime-Version:Subject:Date:To:Message-Id; b=s+AMig/qyV2xckX0U4ekCkpMDgLQTocDHMmeJhmu8J/ZD+RhnHRWXc9EnF45d9e+G gS3OIOc8qraNNI+/ET61HTtolLSe5ulzYcmiTDi4wk1JLBDvkogvkpUbTtUHzhRApJ goS0bd3FyMUaPlL6sEaV8Q/gNUDLBZLi9gJTFq28dsjp9BLrNj9ivwB8j56wRce0/O 4PmNgTgXExDt2tcMzFn2ljZuncjhIvttYSSbg9eMXiDgu+v7xrCwlO1gOuOESLqJ89 etfrsKGp0iFKVopy2Bk+CATxCARZxJXz32ts8Q1GgJ/Z31+osfivBX/Z6VXUEmXISM DMpaiQ07oKd4A== Received: from [192.168.1.110] (ip-69-10-101-174.midstate.ip.cablemo.net [69.10.101.174]) by st43p00im-ztbu10063701.me.com (Postfix) with ESMTPSA id 832C39A0269 for ; Sun, 28 Feb 2021 03:20:58 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Athena JDBC Date: Sat, 27 Feb 2021 21:20:50 -0600 References: To: WebObjects & WOnder Development In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3654.60.0.2.21) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369,18.0.761 definitions=2021-02-28_03:2021-02-26,2021-02-28 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=667 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2006250000 definitions=main-2102280024 Hello; I have data in an Athena instance in AWS. I am able to connect to the = database but not retrieve any Database Metadata of any kind. I have = tried with IntellijDataGrip and that application is able to get all = metadata (databases, schemas, tables and views. I went into project = wonder and looked at the MySQL plugin to see if there is a way to change = the queries that are used to get database metadata in a plugin for EOF. Is anyone else using Athena JDBC driver? What was your experience if = you are. Any pointers on how to modify how the JDBC EOF framework discovers = metadata. For Athena the query is Show TABLES IN Any help that anyone can provide would be great. Thanks Don=