We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd7ed4 commit 84e36a5Copy full SHA for 84e36a5
detection_rules/esql_errors.py
@@ -1,3 +1,8 @@
1
+# Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2
+# or more contributor license agreements. Licensed under the Elastic License
3
+# 2.0; you may not use this file except in compliance with the Elastic License
4
+# 2.0.
5
+
6
"""ESQL exceptions."""
7
8
from elasticsearch import Elasticsearch # type: ignore[reportMissingTypeStubs]
0 commit comments