Prefect logoInstall Self-hosted Prefect Server

Prefect product can be deployed as a cloud or a core version. The difference between those versions is in Prefect server. In case of cloud which is paid version, server is located in cloud and it is ready to be used. On the contrary, core version is open source one …

more ...

Trino logoCommon Table Expressions in Trino

DateModifiedViewsCategory

Common table expression (CTE) helps organize your code and make it more efficient utilizing the same data multiple times. It is how it works in relational database management systems (RDBMSs). Trino handles CTEs differently because it is a query engine and it can't store temporary named result sets. CTEs are …

more ...


Google analytics logoAdd Google Analytics 4 Pageviews in Static Web Site

Google Analytics 4 exposes data/reports through Google Analytics APIs. It can be used a wide variety of languages to access Google Analytics. Implementation of Google Analytics can be done only on server side which does not allow adding it to a static Web site. However, it is still possible …

more ...

Trino logoMigration to Trino Iceberg Table Format

DateModifiedViewsCategory

Trino added Iceberg connector some years ago and since that the connector has been getting more popular in Trino community. The major competitor for Iceberg connector is Hive one. Those table formats store data similar. The advantage of Iceberg connector is that it stores metadata along with data. It brings …

more ...

Dbeaver logoUnleash DBeaver Productivity

DateModifiedViewsCategory

DBeaver Community open-source version is lack of some features which available in Eclipse Integrated Environment (IDE). Those features improve productivity of database tool adding extra functionality. Variety of Eclipse plug-ins make IDE powerful and attractive for users. Also, some features might not work as expected in DBeaver. The article describes …

more ...

Dbeaver logoDBeaver/Eclipse "File is out of date" SVN Error

DateModifiedViewsCategory

DBeaver is Eclipse based Integrated Development Environment (IDE). It can be used with varieties of plug-ins. Subversion (SVN) is one of the plug-ins with source control functionality. It is integrated seamlessly with DBeaver, but Eclipse marketplace is supplied with old version of SVN library. It causes File is out of …

more ...


Microsoft excel logoRename Worksheet Dynamically in Excel

Microsoft Excel events can be used to rename a worksheet based on a value in a cell. Depending on what kind of manipulations are done with a cell driving a worksheet name, it needs to pick up a specific event to trigger renaming.

Good candidates for events are.

  • SelectionChange
  • Calculate …
more ...

Trino logoGet Started with Custom Connector Plugin in Trino

DateViewsCategory

If you need to create a custom connector plugin in Trino, the best way to get started is to pick up an existing connector. Trino includes a comprehensive list of native connectors of any flavor. Separation of code from the main repository is requesting some modifications to it. Those changes …

more ...