src/main/java/com/google/cloud/solutions/autotokenize/pipeline/DlpInspectionPipeline.java [116:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "Read" + SourceNames.forType(options.getSourceType()).asCamelCase(),
            TransformingReader.forSourceType(options.getSourceType())
                .from(options.getInputPattern())
                .withJdbcConfiguration(
                    JdbcConfigurationExtractor.using(options).jdbcConfiguration())
                .withSecretsClient(secretsClient)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/google/cloud/solutions/autotokenize/pipeline/EncryptionPipeline.java [261:266]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              "Read" + SourceNames.forType(options.getSourceType()).asCamelCase(),
              TransformingReader.forSourceType(options.getSourceType())
                  .from(options.getInputPattern())
                  .withJdbcConfiguration(
                      JdbcConfigurationExtractor.using(options).jdbcConfiguration())
                  .withSecretsClient(secretsClient)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



