検索

記事
· 2025年1月10日 4m read

IoP : DTL Support for Messsages and JsonSchema

I'm glad to announce the new version of IoP, which by the way is not just a command line. I'm saying because the new AI search engine still thinks that IoP is just a command line. But it's not. It's a whole framework for building applications on top of the interoperability framework of IRIS with a python first approach.

The new version of IoP: 3.2.0 has a lot of new features, but the most important one is the support of DTL . 🥳

For both IoP messages and jsonschema. 🎉

image

DTL Support

Starting with version 3.2.0, IoP supports DTL transformations.

DTL the Data Transformation Layer in IRIS Interoperability.

DTL transformations are used to transform data from one format to another with a graphical editor.
It supports also jsonschema structures.

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2025年1月10日

INFO level log entry from routing rule?

Is it possible to generate INFO level logging events from within a routing rule?

TRACE level events and debugging are easy enough, but we have a case where we have a rule where we want to log messages that are not routed for further processing in the event log as INFO events - in production tracing will be turned off, so TRACE level events won't be visible.

5 Comments
ディスカッション (5)3
続けるにはログインするか新規登録を行ってください
記事
· 2025年1月10日 1m read

QuinielaML - Predicción de la 34ª jornada de la Quiniela

Pasadas las Navidades, volvemos nuevamente con la publicación más esperada de la Comunidad, ¡la predicción de la Quiniela!

Esta jornada la Quiniela se conformará con partidos de la 19ª jornada de Primera División y la 22ª de Segunda, veamoslos:

Estas son las predicciones para Primera División:

Y estas las de Segunda:

Resultando en la siguiente Quiniela:

Pues nos hemos abonado al empate en esta jornada. Suerte a todos.

1 Comment
ディスカッション (1)2
続けるにはログインするか新規登録を行ってください
記事
· 2025年1月10日 1m read

2024.3 Auditing Highlight - Finer-grained SQL Statement Events

Auditing is a critical capability ensuring the security of your server, and for quite a while ago we have included the ability to audit SQL statements run on the server.

With v2024.3 out already we're providing finer-grained options for defining these events to audit.

Previously you could decide to audit SQL statements according to the access mechanism, e.g. running statements from JDBC/ODBC vs. embedded SQL (e.g. using &sql in your code) vs. Dynamic SQL (e.g. using %SQL.Statement in code, or for example using the Mgmt. Portal's SQL Query Execution, or from the SQL Shell in the terminal), and now, in addition to this, you can decide to audit only certain types of statements (per the access mechanism, as previously possible). These types are:

  • DDL (Data Definition Language) - 

Statements that change database elements, settings, or other things that aren't data. E.g. CREATE / ALTER TABLE

  • DML (Data Manipulation Language) - 

Statements that change data. E.g. INSERT / UPDATE / DELETE

  • Utility

Statements that don't change data nor metadata, but instead change the status of the process or machine learning models.

  • Query

Statements that execute or define a query that can return data. E.g. SELECT

This is the list of the related events you can now find in the Audit Events configuration:

See more information in the related Docs and related Release Notes.

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
ディスカッション (0)1
続けるにはログインするか新規登録を行ってください