We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8bdd4e commit fff7239Copy full SHA for fff7239
1 file changed
definitions/output/wappalyzer/tech_detections.js
@@ -4,7 +4,7 @@ publish('tech_detections', {
4
type: 'table',
5
description: 'Used in dashboard: https://lookerstudio.google.com/u/7/reporting/1jh_ScPlCIbSYTf2r2Y6EftqmX9SQy4Gn/page/p_an38lbzywc/edit',
6
schema: 'wappalyzer',
7
- tags: ['crawl_results']
+ tags: ['crawl_complete']
8
}).query(ctx => `
9
WITH source AS (
10
SELECT DISTINCT
0 commit comments