[FR] Independently package kql / kibana and bump to py3.12 (#3514)

(cherry picked from commit d26981f712)
This commit is contained in:
Mika Ayenson
2024-03-14 20:18:32 -05:00
committed by github-actions[bot]
parent 2af0c64945
commit 434b3ffcc0
31 changed files with 159 additions and 53 deletions
+1 -1
View File
@@ -1255,7 +1255,7 @@ def build_integration_schemas(overwrite: bool, integration: str):
else:
build_integrations_schemas(overwrite=overwrite)
end_time = time.perf_counter()
click.echo(f"Time taken to generate schemas: {(end_time - start_time)/60:.2f} minutes")
click.echo(f"Time taken to generate schemas: {(end_time - start_time) / 60:.2f} minutes")
@integrations_group.command('show-latest-compatible')